login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A157828 Coefficients of polynomial expansion of Golay C_12 enumeration Polynomial: p(x)=24 + 440*x^3 + 264*x^6 + x^12; q(x)=x^12*(p(1/x). 0
1, 0, 0, 0, 0, 0, -264, 0, 0, -440, 0, 0, 69672, 0, 0, 232320, 0, 0, -18193472, 0, 0, -91977600, 0, 0, 4699183680, 0, 0, 32281638400, 0, 0, -1199677704192, 0, 0, -10587785894400, 0, 0, 302398212602368, 0, 0, 3322258906644480, 0, 0 (list; graph; refs; listen; history; internal format)
OFFSET

0,7

FORMULA

p(x)=24 + 440*x^3 + 264*x^6 + x^12;

q(x)=x^12*(p(1/x);

a(n)=coefficients(q(x)).

MATHEMATICA

f[x_] = 24 + 440*x^3 + 264*x^6 + x^12;

g[x] = ExpandAll[x^12*f[1/x]];

a = Table[SeriesCoefficient[ Series[1/g[x], {x, 0, 50}], n], {n, 0, 50}]

CROSSREFS

Sequence in context: A023314 A054802 A108823 * A065570 A050240 A105683

Adjacent sequences:  A157825 A157826 A157827 * A157829 A157830 A157831

KEYWORD

sign

AUTHOR

Roger L. Bagula and Gary W. Adamson (rlbagulatftn(AT)yahoo.com), Mar 07 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 16:13 EST 2012. Contains 206050 sequences.