OFFSET
0,2
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,6282,0,0,0,0,0,0,1).
FORMULA
G.f.: -(x^12 -4*x^11 +5*x^10 -14*x^9 +33*x^8 -47*x^7 +221*x^6 +47*x^5 +33*x^4 +14*x^3 +5*x^2 +4*x +1) / (x^14 +6282*x^7 -1). - Colin Barker, Nov 16 2013
a(n) = 6282*a(n-7) + a(n-14). - Vincenzo Librandi, Dec 16 2013
MATHEMATICA
Denominator[Convergents[Sqrt[202], 30]] (* Vincenzo Librandi, Dec 16 2013 *)
PROG
(Magma) I:=[1, 4, 5, 14, 33, 47, 221, 6235, 25161, 31396, 87953, 207302, 295255, 1388322]; [n le 14 select I[n] else 6282*Self(n-7)+Self(n-14): n in [1..40]]; // Vincenzo Librandi, Dec 16 2013
CROSSREFS
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Nov 16 2013
STATUS
approved