OFFSET
0,2
COMMENTS
LINKS
Index entries for linear recurrences with constant coefficients, signature (7, 7, 7, 7, 7, 7, 7, 7, -28).
FORMULA
G.f. (t^9 + 2*t^8 + 2*t^7 + 2*t^6 + 2*t^5 + 2*t^4 + 2*t^3 + 2*t^2 + 2*t +
1)/(28*t^9 - 7*t^8 - 7*t^7 - 7*t^6 - 7*t^5 - 7*t^4 - 7*t^3 - 7*t^2 - 7*t
+ 1)
MATHEMATICA
With[{num=Total[2t^Range[8]]+t^9+1, den=Total[-7 t^Range[8]]+ 28t^9+1}, CoefficientList[Series[num/den, {t, 0, 30}], t]] (* Harvey P. Dale, Oct 02 2011 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
John Cannon and N. J. A. Sloane, Dec 03 2009
STATUS
approved