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,9250,0,0,0,0,0,-1).
FORMULA
G.f.: -(x^10-x^9+3*x^8-67*x^7+137*x^6-204*x^5-137*x^4-67*x^3-3*x^2-x-1) / (x^12-9250*x^6+1). - Colin Barker, Nov 28 2013
a(n) = 9250*a(n-6) - a(n-12). - Wesley Ivan Hurt, Apr 18 2023
MATHEMATICA
Denominator[Convergents[Sqrt[514], 30]] (* Vincenzo Librandi, Jan 11 2014 *)
LinearRecurrence[{0, 0, 0, 0, 0, 9250, 0, 0, 0, 0, 0, -1}, {1, 1, 3, 67, 137, 204, 9113, 9317, 27747, 619751, 1267249, 1887000}, 30] (* Harvey P. Dale, Sep 15 2019 *)
PROG
(Magma) I:=[1, 1, 3, 67, 137, 204, 9113, 9317, 27747, 619751, 1267249, 1887000]; [n le 12 select I[n] else 9250*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