OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (2,-1,0,0,0,0,0,-1,2,-1).
MAPLE
seriestolist(series(1/((x^8+1)*(x-1)^2), x=0, 100));
MATHEMATICA
CoefficientList[Series[1/((x^8+1)*(x-1)^2), {x, 0, 80}], x] (* or *) LinearRecurrence[{2, -1, 0, 0, 0, 0, 0, -1, 2, -1}, {1, 2, 3, 4, 5, 6, 7, 8, 8, 8}, 80] (* Harvey P. Dale, Mar 05 2018 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Creighton Dement, Jul 17 2005
STATUS
approved