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,1154,0,0,0,-1).
FORMULA
From Vincenzo Librandi, Dec 13 2013: (Start)
G.f.: (1+3*x+16*x^2+51*x^3-16*x^4+3*x^5-x^6)/(1-1154*x^4+x^8).
a(n) = 1154*a(n-4) - a(n-8). (End)
MATHEMATICA
Denominator[Convergents[Sqrt[128], 20]] (* Harvey P. Dale, Apr 01 2013 *)
CoefficientList[Series[(1 + 3 x + 16 x^2 + 51 x^3 - 16 x^4 + 3 x^5 - x^6)/(1 - 1154 x^4 + x^8), {x, 0, 30}], x] (* Vincenzo Librandi, Dec 13 2013 *)
PROG
(Magma) I:=[1, 3, 16, 51, 1138, 3465, 18463, 58854]; [n le 8 select I[n] else 1154*Self(n-4)-Self(n-8): n in [1..40]]; // Vincenzo Librandi, Dec 13 2013
CROSSREFS
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Vincenzo Librandi, Dec 13 2013
STATUS
approved