Given the recurrence relation: Is it true that for any integer , there exists integer such that is a perfect power of 2?
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.
First, we establish that a k = 3 k n + ( 3 k − 1 ) / 2 . This clearly holds for k = 0 , and assuming it holds for k , a k + 1 = 3 a k + 1 = 3 ( 3 k n + 2 3 k − 1 ) + 1 = 3 k + 1 n + 2 3 k + 1 − 3 + 2 = 3 k + 1 n + 2 3 k + 1 − 1 , so by induction, it holds for all k ≥ 0 .
Take any integer x > 2 and consider n = ( 3 x − 1 ) / 2 ; suppose there exist integers j , k ≥ 0 such that 2 j = a k = 3 k n + ( 3 k − 1 ) / 2 = 3 k ( n + 1 / 2 ) − 1 / 2 , or 2 j + 1 + 1 = 3 k ( 2 n + 1 ) . Substituting n , we have 2 j + 1 + 1 = 3 k + x . By Mihăilescu's theorem, the only solution is j + 1 = 3 and k + x = 2 . Thus as k ≥ 0 , this forces x ≤ 2 , a contradiction. Hence, there exist n for which the sequence never hits a power of 2.