OFFSET
0,2
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, 17674, 0, 0, 0, 0, 0, -1).
FORMULA
G.f.: -(x^10-2*x^9+3*x^8-92*x^7+95*x^6-282*x^5-95*x^4-92*x^3-3*x^2-2*x-1) / (x^12-17674*x^6+1). - Colin Barker, Dec 25 2013
a(n) = 17674*a(n-6) - a(n-12) for n>11. - Vincenzo Librandi, Feb 01 2014
MATHEMATICA
Denominator[Convergents[Sqrt[982], 30]] (* Vincenzo Librandi, Feb 01 2014 *)
PROG
(Magma) I:=[1, 2, 3, 92, 95, 282, 17579, 35440, 53019, 1626010, 1679029, 4984068]; [n le 12 select I[n] else 17674*Self(n-6)-Self(n-12): n in [1..30]]; // Vincenzo Librandi, Feb 01 2014
CROSSREFS
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Dec 25 2013
STATUS
approved