OFFSET
0,3
LINKS
Index entries for linear recurrences with constant coefficients, signature (1, 1, 0, 0, 0, 0, 0, 0, -1, 0, 1).
MATHEMATICA
f[x_] = -1 + x^2 - x^9 - x^10 + x^11;
g[x] = ExpandAll[x^11*f[1/x]];
a = Table[SeriesCoefficient[Series[1/g[x], {x, 0, 50}], n], {n, 0, 50}]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Roger L. Bagula, Nov 09 2008
STATUS
approved