The sequence satisfies , and for .
How many possible values of are there such that , where and are positive integers and ?
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.
If the prime factorization of a number n is
n = p 1 α 1 p 2 α 2 . . . p k α k
where p i are distinct primes, then n is a perfect power x y if and only if g cd ( α 1 , α 2 , . . . , α k ) > 1 . If g cd ( α 1 , α 2 , . . . , α k ) = 1 , then n cannot be expressed as a perfect power. This is easier to see with an example:
Suppose that n = p i q i , where p and q are distinct primes. If g cd ( i , j ) = k > 1 , then n can be expressed as n = p i q j = p f k q g k where g cd ( f , g ) = 1 . Hence, n = ( p f q g ) k . Letting m = p f q g , we have n = ( p f q g ) k = m k . How about a more concrete example?
Let's see if 1 7 2 8 can be expressed as a perfect power. Its prime factorization is 3 3 ⋅ 2 6 , and we notice that g cd ( 3 , 6 ) = 3 > 1 . Rewriting that product as ( 3 1 ⋅ 2 2 ) 3 , we see that 1 7 2 8 is indeed 1 2 3 .
Now, let's examine the first few terms of the sequence.
a 1 = 2 = 2 1 a 2 = 3 = 3 1 a 3 = 6 = 2 1 3 1 a 4 = 1 8 = 2 1 3 2 a 5 = 1 0 8 = 2 2 3 3 a 6 = 1 9 4 4 = 2 3 3 5 a 7 = 2 0 9 9 5 2 = 2 5 3 8 a 8 = 4 0 8 1 4 6 6 8 8 = 2 8 3 1 3 ⋅ ⋅ ⋅
We can write a general term for a n :
a n = ⎩ ⎪ ⎪ ⎨ ⎪ ⎪ ⎧ 2 , n = 1 3 , n = 2 2 F n − 2 3 F n − 1 , n ≥ 3
where F k is the k th Fibonacci with F 1 = 1 and F 2 = 1 . Where'd the Fibonacci numbers come from? They result in multiplying successive powers of 2 and 3 , with powers adding up due to exponent rules.
Now let's prove that any two consecutive Fibonacci numbers are coprime using induction.
We have F 1 = 1 , F 2 = 1 , F 3 = 2 , … , so g cd ( F 1 , F 2 ) = 1 . Hence, the base case P ( 1 ) is true.
Now suppose that g cd ( F n , F n + 1 ) = 1 ; we will show that g cd ( F n + 1 , F n + 2 ) = 1 . Consider g cd ( F n + 1 , F n + 2 ) = g cd ( F n + 1 , F n + 1 + F n ) . Then g cd ( F n + 1 , F n + 1 + F n ) = g cd ( F n + 1 , F n ) = 1 , because g cd ( a , a + b ) = g cd ( a , b ) . We have proven that P ( n + 1 ) is true.
Hence, g cd ( F n , F n + 1 ) = 1 ∀ n > 0 .
We can see that a 1 = 2 and a 2 = 3 cannot be expressed in the form x y for positive integers x , y with y > 1 . Since consecutive Fibonacci numbers F n − 2 and F n − 1 will always be coprime for n ≥ 3 , a n = 2 F n − 3 3 F n − 2 cannot be expressed as a perfect power x y .
Our answer is 0 .