I am looking for a proof for the fact that $3n^4+3n^2+1$ can never be a perfect square for a natural number $n>0$.
I know for a fact that the statement must be true as it came up as one of the cases in a solution of the diophantine equation $y^2=x^3-1$ using the LTE lemma and, according to two different solutions I have come across, this equation has no solutions apart form $(x,y)=(1, 0)$.
I have spent a considerable amount of time looking for a suitable attack strategy, however, I was not able to make any progress. Can anyone help?
$3n^4 + 3n^2 + 1 - x^2=0$ is an elliptic curve with Weierstrass form $s^3 + t^2 - 15s + 22=0$. According to Sage, the rank is $0$ and the torsion group has order $2$, consisting of a point at infinity (which corresponds to $n=0, x=-1$) and $s=2,t=0$ (which corresponds to $n=0,x=1$). Thus $n=0$, $x = \pm 1$ are the only rational points.