Prove that none of the numbers $2^{2^n}+ 1$, $n = 0, 1, 2, \dots$ is a perfect cube.
Problem
Source:
Tags: geometry, 3D geometry, modular arithmetic, algebra, factorization, difference of cubes, special factorizations
19.04.2013 21:29
19.04.2013 22:01
djb86 wrote: Prove that none of the numbers $2^{2^n}+ 1$, $n = 0, 1, 2, \dots$ is a perfect cube. Please excuse me if this is bad math. I am not up to the level of this forum.
EDIT: Sniped, the solution before me is much quicker and doesn't take forever to write, so fractals wins.
19.04.2013 22:06
countyguy, your solution is also pretty good; it's just you did a bunch of extra steps. As soon as you factored the RHS, you could have just been like: Since $x^2 + x + 1 = x(x+1) + 1$, it must always be odd. (Instead of doing this sub-factorization, you could also have just done casework with 2 cases for $x$: odd and even. Hence, to have the RHS a power of 2, $x$ must be 1 or zero. However, neither of these works, so there are $\boxed{\text{no solutions.}}$
05.01.2014 00:30
In fact the Fermat numbers $F_n = 2^{2^n}+ 1$, $n = 0, 1, 2, \dots$ cannot be perfect powers $k$ for any integer $k\geq 2$. For $n\geq 1$, $F_n = (F_{n-1} -1)^2 +1$, so $F_n$ cannot be a perfect square. This rules out $k$ even. For $k$ odd, if $F_n = a^k$, then $2^{2^n} = F_n - 1 = a^k-1 = (a-1)(a^{k-1}+\cdots + a + 1)$. Since $a$ must be odd, it follows $a^{k-1}+\cdots + a + 1 > 1$ must be odd, absurd.
05.01.2014 00:48
This is probably why Fermat thought he had primes.
05.01.2014 01:17
The result also follows by $\pmod 9$.
05.01.2014 01:40
Extension: prove that $3^{2^n}+1$ for non-negative integers $n$ cannot be a perfect power other than $n=0$ where $3^{2^n}+1=4=2^2$.
05.01.2014 01:52
${3^{2^n}}+1 \equiv 2 \pmod 4$,contradiction.
05.01.2014 02:27
Correct. In fact, taking $\pmod{4}$ takes care of all general $x^{2^n}+1$ for all odd $x$. But what about $3^{2^n}-1$? Can it ever be a perfect square? (perfect power is attainable; for example, $n=1$ yields $3^{2^n}-1=8=2^3$).
05.01.2014 02:49
Just $\pmod 3$. Also, please stop posting trivial problems.... here is a non trivial problem for you: http://www.artofproblemsolving.com/Forum/viewforum.php?f=151
05.01.2014 03:09
None less trivial than the original problem. If you keep on complaining that my problems are trivial, take your time and solve another one of my trivial problems so we can keep the marathon going: bobthesmartypants wrote:
Found in the Does there Exist Marathon
05.01.2014 08:25
@above: My question was not intended to be perceived as an attack to anything, specially to your mathematical abilities... to which you feel to respond to as you did... anyway, the purpose was to imply that if I ever need instructional help from you, I will seek you. In the mean time, you can post your problems on the thread as new topics if you wish..
01.09.2022 15:05
We have this : $2^{2^n}+ 1=t^3$ $\implies 2^{2^n}=t^{3}-1$ $2^{2^n}=(t-1)((t-1)^{2}+3t)$ case 1: (t-1) - even $\implies$ (t-1)^{2}+3(t-1)+3 - odd $\implies$ no solution case 2: t-1=1 $\implies$ (t-1)^{2}+3(t-1)+3 - odd $\implies$ no solution