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,0,0,1102,0,0,0,0,0,-1).
FORMULA
G.f.: (27 + 28*x + 55*x^2 + 248*x^3 + 303*x^4 + 551*x^5 + 303*x^6 - 248*x^7 + 55*x^8 - 28*x^9 + 27*x^10 - x^11)/(1 - 1102*x^6 + x^12). - Vincenzo Librandi, Nov 25 2013
a(n) = 1102*a(n-6) - a(n-12). - Vincenzo Librandi, Nov 25 2013
MATHEMATICA
Numerator[Convergents[Sqrt[759], 30]] (* Harvey P. Dale, Apr 30 2012 *)
CoefficientList[Series[(27 + 28 x + 55 x^2 + 248 x^3 + 303 x^4 + 551 x^5 + 303 x^6 - 248 x^7 + 55 x^8 - 28 x^9 + 27 x^10 - x^11)/(1 - 1102 x^6 + x^12), {x, 0, 30}], x] (* Vincenzo Librandi, Nov 25 2013 *)
PROG
(Magma) I:=[27, 28, 55, 248, 303, 551, 30057, 30608, 60665, 273268, 333933, 607201]; [n le 12 select I[n] else 1102*Self(n-6)-Self(n-12): n in [1..30]]; // Vincenzo Librandi, Nov 25 2013
CROSSREFS
KEYWORD
nonn,cofr,frac,easy
AUTHOR
STATUS
approved