OFFSET
0,3
LINKS
Alois P. Heinz, Table of n, a(n) for n = 0..300
Index entries for linear recurrences with constant coefficients, signature (7, 143, 144, -1701, -756, 5229, 308, -3069, -1738, 1180, -64, -212, -152, 76).
FORMULA
G.f.: see Maple program.
MAPLE
gf:= (20*x^12 +88*x^11 -162*x^10 +26*x^9 +506*x^8 +453*x^7 -605*x^6 -300*x^5 -12*x^4 +47*x^3 +63*x^2 +6*x -1) /
(76*x^14 -152*x^13 -212*x^12 -64*x^11 +1180*x^10 -1738*x^9 -3069*x^8 +308*x^7 +5229*x^6 -756*x^5 -1701*x^4 +144*x^3 +143*x^2 +7*x -1):
a:= n-> coeff (series (gf, x, n+1), x, n):
seq(a(n), n=0..30);
CROSSREFS
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Dec 03 2012
STATUS
approved