0

I tried to play around with $2^{2^{n + 1}} - 1$, such as splitting it to $2^{2^{n} \cdot 2} - 1$, but it didn't helped much. I am kind of stuck and don't know what to do next

abiessu
  • 8,115
Charlie
  • 87
  • 7

1 Answers1

4

As guided in the comments, taking $2^{2^n}-1$ as a difference of squares allows for the $n+1$ term to be written as

$$2^{2^{n+1}}-1=(2^{2^n}+1)(2^{2^n}-1)$$

On the RHS, any prime which divides both of the factors must divide their difference, which is $2$. But both factors are odd, so these factors are relatively prime to one another.

abiessu
  • 8,115