How to show that $16n^2 + 16n+1 \neq m^2$ with $n, m \in \mathbb{N}$ ?
I already know that $m$ needs to be an odd number because:
$16n^2 + 16n + 1 \equiv 1 \mod{4}$
I can complement the square by:
$(4n+1)^2 - 8n \neq m^2$
But from this point on, I dont know how to go on.