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,1442,0,0,0,0,0,0,0,-1).
FORMULA
G.f.: -(x^2-x-1)*(x^4+3*x^2+1)*(x^8+19*x^4+1) / ((x^4-6*x^2-1)*(x^4+6*x^2-1)*(x^8+38*x^4+1)). - Colin Barker, Nov 14 2013
a(n) = 1442*a(n-8) - a(n-16). - Vincenzo Librandi, Dec 15 2013
MATHEMATICA
Denominator[Convergents[Sqrt[160], 30]] (* Vincenzo Librandi, Dec 15 2013 *)
PROG
(Magma) I:=[1, 1, 2, 3, 17, 20, 37, 57, 1405, 1462, 2867, 4329, 24512, 28841, 53353, 82194]; [n le 16 select I[n] else 1442*Self(n-8)-Self(n-16): n in [1..40]]; // Vincenzo Librandi, Dec 15 2013
CROSSREFS
KEYWORD
nonn,frac,easy
AUTHOR
EXTENSIONS
More terms from Colin Barker, Nov 14 2013
STATUS
approved
