I would like to determine all non-negative integers $c$ (i.e. $c\in\lbrace{0,1,2,3,...\rbrace}$) such that $n^2+cn$ is a perfect square for all $n\in\mathbb{N}$. How can I find all of them?
Best wishes
I would like to determine all non-negative integers $c$ (i.e. $c\in\lbrace{0,1,2,3,...\rbrace}$) such that $n^2+cn$ is a perfect square for all $n\in\mathbb{N}$. How can I find all of them?
Best wishes
This is false unless $c = 0$, so that $n^2+cn = n^2$. For $c > 0$, choosing $n = c$ gives $n^2+cn = 2c^2$, which is never a perfect square.