Let denotes the largest prime factor of and denotes the smallest prime factor of . How many possible value of that satisfy ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Given that t ( n ) + 1 = s ( n ) → s ( n ) − t ( n ) = 1 .
Since both t ( n ) and s ( n ) are prime, then the only possible value of t ( n ) and s ( n ) is s ( n ) = 3 ; t ( n ) = 2 .
We can clearly see that n is in a form of 2 p × 3 q , for some positive integer p , and q .
For p = 1 , then q = { 1 , 2 , 3 } .
For p = 2 , then q = { 1 , 2 } .
For p = 3 , then q = { 1 , 2 } .
For p = 4 , then q = 1 .
For p = 5 , then q = 1 .
Hence, there are 9 possible value of n .
Alternative 2
We know that n = 2 p × 3 q ; then n is/are the multiple of 2 × 3 = 6 that is/are not divisible by r , where r is/are positive prime number that satisfy r < ⌊ 2 × 3 1 0 0 ⌋ .
Then, we have r = ( 5 , 7 , 1 1 , 1 3 ) .
Let S n denotes the number of possible value of n that satisfy t ( n ) + 1 = s ( n ) . Then,
S n = ⌊ 6 1 0 0 ⌋ − ( ⌊ 2 × 3 × 5 1 0 0 ⌋ + ⌊ 2 × 3 × 7 1 0 0 ⌋ + ⌊ 2 × 3 × 1 1 1 0 0 ⌋ + ⌊ 2 × 3 × 1 3 1 0 0 ⌋ ) = 1 6 − ( 3 + 2 + 1 + 1 ) = 9 .