login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A157830 Let p(x) = 1 + 759*x^8 + 2576*x^12 + 759*x^16 + x^24, expansion of the reciprocal polynomial of p(x). 0
1, 0, 0, 0, 0, 0, 0, 0, -759, 0, 0, 0, -2576, 0, 0, 0, 575322, 0, 0, 0, 3910368, 0, 0, 0, -429457542, 0, 0, 0, -4448043600, 0, 0, 0, 315448497771, 0, 0, 0, 4479379753856, 0, 0, 0, -227641291795533, 0, 0, 0, -4209068502252768, 0, 0, 0, 161001433246525844 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
COMMENTS
A001920 with zeros interspersed. - Joerg Arndt, Dec 19 2022
LINKS
MATHEMATICA
f[x_] = 1 + 759*x^8 + 2576*x^12 + 759*x^16 + x^24;
g[x] = ExpandAll[x^24*f[1/x]];
a = Table[SeriesCoefficient[ Series[1/g[x], {x, 0, 50}], n], {n, 0, 50}]
CROSSREFS
Cf. A001920.
Sequence in context: A221340 A290738 A104336 * A105547 A001293 A001380
KEYWORD
sign,less
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)