This, considering $n ≥ 3$.
I have tried by induction; I suppose that it's true for all n less than or equal to k (and greater than or equal to 3), but then I stride when I go to prove for n = k + 1.
$2^{2^{k+1} - 2 } + 1 = $ $2^{2* 2^k - 2} + 1$
This, considering $n ≥ 3$.
I have tried by induction; I suppose that it's true for all n less than or equal to k (and greater than or equal to 3), but then I stride when I go to prove for n = k + 1.
$2^{2^{k+1} - 2 } + 1 = $ $2^{2* 2^k - 2} + 1$
Induction isn’t needed. All you need is the fact that $a+b\mid a^n+b^n$ for odd positive integers $n$.
Observe that
$$2^{2^n-2}+1=4^{2^{n-1}-1}+1=4^{2^{n-1}-1}+1^{2^{n-1}-1}\;.$$
$2^{n-1}-1$ is odd for $n\ge 2$, so $4+1=5$ divides the sum of odd powers, and for $n\ge 3$ the expression is greater than $5$.