The question is prove $2^{n+2} \mid k^{2^n} -1$ for all $n \geq 1$ and odd $k$. I got as far as:
Notice for $n=1$, $2^{1+2}= 8 \mid k^2-1.$ Also notice for an odd $k$ when $n=1$, thus $k^{2}-1=(k-1)(k+1)$. Hence, $k-1$ and $k+1$ is divisible by $4$ and the other of those expressions is divisible by $2$. Since $2$ and $4$ are integers, we can then conclude that the equality is true for $n=1$.
Now suppose it's true for some $n=a \in \mathbb{Z}$. Then
\begin{align*} 2^{a+2} \mid k^{2^a} -1 \\ 2^{a}\cdot 4 \mid k^{2^a} -1\\ .\\ .\\ . \\ 2^{a+3} \mid k^{2^{a}}\cdot k^{2} -1 \\ 2^{a+3} \mid k^{2^{a+1}} -1 \\ \end{align*}
Thus, by induction $2^{n+2} \mid k^{2^n} -1$ for all $n \geq 1$ and odd $k$.
I Need help solving for the "..." Any tips or guidance would be appreciated.