OFFSET
1,2
COMMENTS
The terms of the sequence are the squares of the y-values in the solution to the Pellian equation x^2-10*y^2=9. - Colin Barker, Sep 28 2013
FORMULA
Empirical g.f.: -4*x^2*(x+1)*(x^4+2*x^3+75*x^2+2*x+1) / ((x-1)*(x^6-1442*x^3+1)). - Colin Barker, Jan 31 2013
MATHEMATICA
Select[Range[0, 10^6]^2, IntegerQ[Sqrt[10#+9]]&] (* The program generates the first 13 terms of the sequence. *) (* Harvey P. Dale, Jul 21 2024 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
STATUS
approved