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,1600,0,0,0,0,0,0,1).
FORMULA
G.f.: -(x^12 - x^11 + 2*x^10 - 5*x^9 + 12*x^8 - 17*x^7 + 29*x^6 + 17*x^5 + 12*x^4 + 5*x^3 + 2*x^2 + x + 1) / (x^14 + 1600*x^7 - 1). - Colin Barker, Dec 14 2013
a(n) = 1600*a(n-7) + a(n-14). - Vincenzo Librandi, Dec 14 2013
MATHEMATICA
Denominator[Convergents[Sqrt[761], 30]] (* Vincenzo Librandi, Dec 14 2013 *)
LinearRecurrence[{0, 0, 0, 0, 0, 0, 1600, 0, 0, 0, 0, 0, 0, 1}, {1, 1, 2, 5, 12, 17, 29, 1583, 1612, 3195, 8002, 19199, 27201, 46400}, 30] (* Harvey P. Dale, Aug 23 2015 *)
PROG
(Magma) I:=[1, 1, 2, 5, 12, 17, 29, 1583, 1612, 3195, 8002, 19199, 27201, 46400]; [n le 14 select I[n] else 1600*Self(n-7)+Self(n-14): n in [1..40]]; // Vincenzo Librandi, Dec 14 2013
CROSSREFS
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Dec 14 2013
STATUS
approved