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 (38,1).
FORMULA
From Philippe Deléham, Nov 23 2008: (Start)
a(n) = 38*a(n-1) + a(n-2), n > 1; a(0)=19, a(1)=723.
G.f.: (19+x)/(1-38*x-x^2). (End)
MATHEMATICA
Numerator[Convergents[Sqrt[362], 30]] (* Vincenzo Librandi, Nov 06 2013 *)
LinearRecurrence[{38, 1}, {19, 723}, 20] (* Harvey P. Dale, Feb 10 2019 *)
CROSSREFS
KEYWORD
nonn,cofr,frac,easy
AUTHOR
EXTENSIONS
Additional term from Colin Barker, Nov 09 2013
STATUS
approved