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, 0, 0, 226798, 0, 0, 0, 0, 0, 0, 0, -1).
FORMULA
G.f.: -(x^14 -3*x^13 +28*x^12 -31*x^11 +152*x^10 -183*x^9 +1799*x^8 -5580*x^7 -1799*x^6 -183*x^5 -152*x^4 -31*x^3 -28*x^2 -3*x -1) / (x^16 -226798*x^8 +1). - Colin Barker, Nov 24 2013
a(n) = 226798*a(n-8) - a(n-16) for n>15. - Vincenzo Librandi, Dec 24 2013
MATHEMATICA
Denominator[Convergents[Sqrt[413], 30]] (* Vincenzo Librandi, Dec 24 2013 *)
PROG
(Magma) I:=[1, 3, 28, 31, 152, 183, 1799, 5580, 224999, 680577, 6350192, 7030769, 34473268, 41504037, 408009601, 1265532840]; [n le 16 select I[n] else 226798*Self(n-8)-Self(n-16): n in [1..50]]; // Vincenzo Librandi, Dec 24 2013
CROSSREFS
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Nov 24 2013
STATUS
approved