While playing with another problem, I found out that $a_n=4n+3;\;n\in\mathbb{N}$ contains no squares.
I tried to prove it in this way
$4n+3$ is odd so we must find an integer $m$ such that $4n+3=(2m+1)^2$ that is $$4n+3=4m^2+4m+1$$ Solving for $n$ I get $$n=m(m+1)-\frac{1}{2}$$ which is impossible for integer $n$.
Is this proof correct?