I need to know how could I prove that $2^{33} + 1$ is composite.
Thanks!
I need to know how could I prove that $2^{33} + 1$ is composite.
Thanks!
Hint: Show that $2^{33}+1$ is divisible by $3$. If you are familiar with congruences, note that $2$ to an even power is congruent to $1$ modulo $3$.
I can make no useful comments about the general problem of the title. For large numbers, it is very difficult.
Remark: One first step in approaching the problem is to look at $2^1+1$, $2^2+1$, $2^3+1$, and so on for a while to see whether one can detect a pattern. Maybe one notices that for small odd $n$ the number $2^n+1$ is divisible by $3$. Then one can use a calculator to verify that $2^{33}+1$ is divisible by $3$. And then maybe (though this is not asked for) one can show that $2^n+1$ is divisible by $3$ for all odd $n$.
The sum of cubes factorization is $a^3+b^3 = (a+b)(a^2-ab+b^2)$.
Setting $a = 2^{11}$ and $b = 1$ yields $2^{33}+1 = (2^{11}+1)(2^{22}-2^{11}+1)$.
Both factors are clearly greater than $1$.