OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..200
Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 0, 0, 2030, 0, 0, 0, 0, 0, -1).
FORMULA
a(n) = 2030*a(n-6) - a(n-12) for n>11. [Bruno Berselli, Nov 07 2013]
G.f.: -(x^11 -19*x^10 +20*x^9 -39*x^8 +488*x^7 -527*x^6 -1015*x^5 -527*x^4 -488*x^3 -39*x^2 -20*x -19) / (x^12 -2030*x^6 +1). - Colin Barker, Dec 28 2013
MATHEMATICA
Numerator[Convergents[Sqrt[381], 30]] (* Harvey P. Dale, Mar 26 2013 *)
PROG
(Magma) I:=[19, 20, 39, 488, 527, 1015, 39097, 40112, 79209, 990620, 1069829, 2060449]; [n le 12 select I[n] else 2030*Self(n-6)-Self(n-12): n in [1..30]]; // Bruno Berselli, Nov 07 2013
CROSSREFS
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Dec 28 2013
STATUS
approved