OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..200
Tanya Khovanova, Recursive Sequences
Index entries for linear recurrences with constant coefficients, signature (62, 1).
FORMULA
From Philippe Deléham, Nov 23 2008: (Start)
a(n) = 62*a(n-1) + a(n-2), n > 1; a(0)=31, a(1)=1923.
G.f.: (31+x)/(1-62*x-x^2). (End)
MATHEMATICA
Numerator[Convergents[Sqrt[962], 30]] (* Vincenzo Librandi, Dec 08 2013 *)
CROSSREFS
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
Additional term from Colin Barker, Dec 25 2013
STATUS
approved