OFFSET
0,8
REFERENCES
F. J. MacWilliams and N. J. A. Sloane, The Theory of Error-Correcting Codes, Elsevier/North Holland, 1978, p. 69, Golay C_23 weights.
FORMULA
G.f.: 1/(1 + 253*x^7 + 506*x^8 + 1288*x^11 + 1288*x^12 + 506*x^15 + 253*x^16 + x^23).
MATHEMATICA
f[x_] = 1 + 253* x^7 + 506*x^8 + 1288*x^11 + 1288*x^12 + 506*x^15 + 253*x^16 + x^23;
g[x] = ExpandAll[x^23*f[1/x]];
a = Table[SeriesCoefficient[ Series[1/g[x], {x, 0, 50}], n], {n, 0, 50}]
CROSSREFS
KEYWORD
sign
AUTHOR
Roger L. Bagula, Mar 12 2009
EXTENSIONS
Tightened redundant information - The Assoc. Eds. of the OEIS, Aug 30 2010
STATUS
approved