OFFSET
0,3
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, 4734, 0, 0, 0, 0, 0, -1).
FORMULA
G.f.: -(x^10-x^9+4*x^8-25*x^7+79*x^6-104*x^5-79*x^4-25*x^3-4*x^2-x-1) / (x^12-4734*x^6+1). - Colin Barker, Nov 28 2013
a(n) = 4734*a(n-6) - a(n-12) for n>11. - Vincenzo Librandi, Jan 11 2014
MATHEMATICA
Denominator[Convergents[Sqrt[518], 30]] (* Harvey P. Dale, Jan 21 2013 *)
CoefficientList[Series[-(x^10 - x^9 + 4 x^8 - 25 x^7 + 79 x^6 - 104 x^5 - 79 x^4 - 25 x^3 - 4 x^2 - x - 1)/(x^12 - 4734 x^6 + 1), {x, 0, 40}], x] (* Vincenzo Librandi, Jan 11 2014 *)
PROG
(Magma) I:=[1, 1, 4, 25, 79, 104, 4655, 4759, 18932, 118351, 373985, 492336]; [n le 12 select I[n] else 4734*Self(n-6)-Self(n-12): n in [1..30]]; // Vincenzo Librandi, Jan 11 2014
CROSSREFS
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Nov 28 2013
STATUS
approved