For $x^2-3y^2=1$ over integers more than 1, can $\frac{y+1}2$ be square number?
I know that $x^2-3y^2=1$ is one of pell's equation, so I know its general solution. But I know nothing about its properties, and I can't proceed my proof. How should I approach this question?
ADDED: kind of neat, the numbers of interest factor as the product of two sequences, both staisfy $$ w_{n+2} = 4 w_{n+1} - w_n \; , \; $$ one sequence begins $ 2, 7, 26, 97..$ and the other starts $1, 4, 15, 56, ...$ It is therefore possible this could be finished without elliptic curves. ADDED EXTRA: Alright, worth investigating, the two sequences are precisely the pairs of solutions to $u^2 - 3 v^2 = 1,$ as in $2^2 - 3 \cdot 1^2 = 1 \;, \; \; $ $7^2 - 3 \cdot 4^2 = 1 \;, \; \; $ $26^2 - 3 \cdot 15^2 = 1 \;, \; \; $ $97^2 - 3 \cdot 56^2 = 1 \;, \; \; $ There is, though, a bit of an index shift: we are not using $15 \cdot 26,$ we are using $15 \cdot 7.$
==============
ORIGINAL
Just curious. Mordell's book points out that there are just finitely many integer solutions to $$ u^2 = a v^4 + b v^2 + c, $$ for example pages 236, 257, 268. The suitable values $y_n,$ the odd ones, satisfy $$ y_{n+2} = 14 y_{n+1} - y_n $$ beginning with $y_1 = 1$ and $y_2 = 15$ then $y_3 = 209.$