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 (26,1).
FORMULA
From Philippe Deléham, Nov 21 2008: (Start)
a(n) = 26*a(n-1) + a(n-2) for n > 1, a(0)=13, a(1)=339.
G.f.: (13+x)/(1-26*x-x^2). (End)
MATHEMATICA
Numerator[Convergents[Sqrt[170], 30]] (* Vincenzo Librandi, Nov 01 2013 *)
CROSSREFS
KEYWORD
nonn,cofr,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Nov 06 2013
STATUS
approved