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,898,0,0,0,-1).
FORMULA
G.f.: (29 +30*x +419*x^2 +449*x^3 +419*x^4 -30*x^5 +29*x^6 -x^7)/(1 -898*x^4 +x^8). - Vincenzo Librandi, Dec 03 2013
a(n) = 898*a(n-4) - a(n-8). - Vincenzo Librandi, Dec 03 2013
MATHEMATICA
Numerator[Convergents[Sqrt[896], 30]] (* or *) CoefficientList[Series[(29 + 30 x + 419 x^2 + 449 x^3 + 419 x^4 - 30 x^5 + 29 x^6 - x^7)/(1 - 898 x^4 + x^8), {x, 0, 30}], x] (* Vincenzo Librandi, Dec 03 2013 *)
LinearRecurrence[{0, 0, 0, 898, 0, 0, 0, -1}, {29, 30, 419, 449, 26461, 26910, 376291, 403201}, 30] (* Harvey P. Dale, Apr 02 2018 *)
PROG
(Magma) I:=[29, 30, 419, 449, 26461, 26910, 376291, 403201]; [n le 8 select I[n] else 898*Self(n-4)-Self(n-8): n in [1..30]]; // Vincenzo Librandi, Dec 03 2013
CROSSREFS
KEYWORD
nonn,cofr,frac,easy
AUTHOR
EXTENSIONS
More terms from Vincenzo Librandi, Dec 03 2013
STATUS
approved