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,498,0,0,0,-1).
FORMULA
G.f.: (1 +2*x +9*x^2 +20*x^3 -9*x^4 +2*x^5 -x^6)/(1 -498*x^4 +x^8). - Vincenzo Librandi, Dec 14 2013
a(n) = 498*a(n-4) - a(n-8). - Vincenzo Librandi, Dec 14 2013
MATHEMATICA
Denominator/@Convergents[Sqrt[155], 40] (* Harvey P. Dale, Jul 18 2011 *)
CoefficientList[Series[(1 + 2 x + 9 x^2 + 20 x^3 - 9 x^4 + 2 x^5 - x^6)/(1 - 498 x^4 + x^8), {x, 0, 30}], x] (* Vincenzo Librandi, Dec 14 2013 *)
PROG
(Magma) I:=[1, 2, 9, 20, 489, 998, 4481, 9960]; [n le 8 select I[n] else 498*Self(n-4)-Self(n-8): n in [1..40]]; // Vincenzo Librandi, Dec 14 2013
CROSSREFS
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Vincenzo Librandi, Dec 14 2013
STATUS
approved