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,119070,0,0,0,0,0,0,0,-1).
FORMULA
G.f.: -(x^14 -2*x^13 +3*x^12 -17*x^11 +241*x^10 -1222*x^9 +1463*x^8 -4148*x^7 -1463*x^6 -1222*x^5 -241*x^4 -17*x^3 -3*x^2 -2*x -1) / (x^16 -119070*x^8 +1). - Colin Barker, Nov 16 2013
a(n) = 119070*a(n-8) - a(n-16) for n>15. - Vincenzo Librandi, Dec 16 2013
MATHEMATICA
Denominator[Convergents[Sqrt[206], 30]] (* Vincenzo Librandi, Dec 16 2013 *)
PROG
(Magma) I:=[1, 2, 3, 17, 241, 1222, 1463, 4148, 117607, 239362, 356969, 2024207, 28695867, 145503542, 174199409, 493902360]; [n le 16 select I[n] else 119070*Self(n-8)-Self(n-16): n in [1..40]]; // Vincenzo Librandi, Dec 16 2013
CROSSREFS
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Nov 16 2013
STATUS
approved