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,2814,0,0,0,0,0,0,1).
FORMULA
G.f.: -(x^12 -x^11 +2*x^10 -9*x^9 +38*x^8 -47*x^7 +85*x^6 +47*x^5 +38*x^4 +9*x^3 +2*x^2 +x +1) / (x^14 +2814*x^7 -1). - Colin Barker, Nov 18 2013
a(n) = 2814*a(n-7) + a(n-14) for n>13. - Vincenzo Librandi, Dec 19 2013
MATHEMATICA
Denominator[Convergents[Sqrt[274], 30]] (* Vincenzo Librandi, Dec 19 2013 *)
PROG
(Magma) I:=[1, 1, 2, 9, 38, 47, 85, 2767, 2852, 5619, 25328, 106931, 132259, 239190]; [n le 14 select I[n] else 2814*Self(n-7)+Self(n-14): n in [1..30]]; // Vincenzo Librandi, Dec 19 2013
CROSSREFS
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Nov 18 2013
STATUS
approved