For every positive integer n there exists an odd integer m such that $2^{2n} + m$ is a perfect square.
First, m is odd : $m = 2k +1$
this is what I tried:
$ 2^{2n} + m = 2^{2n} + 2k +1 = (2^{n})^2 + 2k + 1 = (2^n +1)^2 + 2k - 2.2^n$
How can I prove that this is a perfect square?
Hints only, please.
Compare $2^{2n}+2k+1$ with the general form of $(a+b)^2$:
$$(a+b)^2 = a^2 + 2ab + b^2$$
What could $a$ be? If you choose such an $a$, what would $k$ have to be?