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 (30,1).
FORMULA
a(n) = 30*a(n-1)+a(n-2), n>1 ; a(0)=15, a(1)=451 . G.f.: (15+x)/(1-30*x-x^2). - Philippe Deléham, Nov 22 2008
MATHEMATICA
Numerator[Convergents[Sqrt[226], 20]] (* Harvey P. Dale, Feb 02 2012 *)
CROSSREFS
KEYWORD
nonn,cofr,frac,easy
AUTHOR
EXTENSIONS
Additional term from Colin Barker, Nov 07 2013
STATUS
approved