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,0,0,0,0,0,0,15550,0,0,0,0,0,0,0,0,0,0,0,-1).
FORMULA
G.f.: -(x^22 -x^21 +2*x^20 -3*x^19 +5*x^18 -13*x^17 +31*x^16 -75*x^15 +106*x^14 -181*x^13 +287*x^12 -468*x^11 -287*x^10 -181*x^9 -106*x^8 -75*x^7 -31*x^6 -13*x^5 -5*x^4 -3*x^3 -2*x^2 -x -1) / ((x^8 -25*x^4 +1)*(x^16 +25*x^12 +624*x^8 +25*x^4 +1)). - Colin Barker, Nov 18 2013
a(n) = 15550*a(n-12) - a(n-24) for n>23. - Vincenzo Librandi, Dec 19 2013
MATHEMATICA
Denominator[Convergents[Sqrt[276], 30]] (* Vincenzo Librandi, Dec 19 2013 *)
PROG
(Magma) I:=[1, 1, 2, 3, 5, 13, 31, 75, 106, 181, 287, 468, 15263, 15731, 30994, 46725, 77719, 202163, 482045, 1166253, 1648298, 2814551, 4462849, 7277400]; [n le 24 select I[n] else 15550*Self(n-12)-Self(n-24): n in [1..40]]; // Vincenzo Librandi, Dec 19 2013
CROSSREFS
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Nov 18 2013
STATUS
approved