3

I am trying to solve :

Given: $n>3$ prove that $2^n+1$ is not a power of $3$.

I just need a hint for this problem.I am trying to solve by thinking about divisibility and congruences but can't figure out the right direction.

Thanks. :)

2 Answers2

1

Hint: In order that $3\mid(2^n+1)$, $n$ must be odd. If $m,n$ are odd numbers and $m\mid n$, then $(2^m+1)\mid(2^n+1)$. Now have a look at Zsigmondy's theorem, or prove that: $$ \nu_2(3^k-1) \leq \nu_2(k)+2.$$

Jack D'Aurizio
  • 353,855
1

Hint: if $n$ is even $2^n$ is congruent to $1\bmod 3$.

If $n$ is odd you can write $2^n+1$ as $(2+1)(2^{n-1}-2^{n-2}+2^{n-3}\dots +1)$. Notice the first pair of terms is $1\bmod 3$, the second pair is also $1\bmod 3$. Therefore the part in the right is a multiple of three if and only if $n$ is a multiple of $3$.

But $2^{3k}+1=(2^k)^3+1=(2^k+1)(2^{2k}-2^k+1)$ So $2^k+1$ needs to be a power of $3$. Therefore if $k=9$ does not work we are done.

Asinomás
  • 105,651