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 (56, 1).
FORMULA
a(n) = 56*a(n-1)+a(n-2) for n>1, a(0)=28, a(1)=1569. G.f.: (28+x)/(1-56*x-x^2). [Philippe Deléham, Nov 23 2008]
MATHEMATICA
Numerator[Convergents[Sqrt[785], 30]] (* Vincenzo Librandi, Nov 25 2013 *)
CROSSREFS
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
Additional term from Colin Barker, Dec 17 2013
STATUS
approved