cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A010837 Expansion of Product_{k>=1} (1-x^k)^32.

Original entry on oeis.org

1, -32, 464, -3968, 21576, -72384, 109120, 215296, -1542684, 3135712, 217248, -14153856, 25215616, 2704192, -60182656, 43083520, 52111434, 50631680, -328746320, -68928128, 1172526144, -825260672, -1202344640
Offset: 0

Views

Author

Keywords

References

  • Newman, Morris; A table of the coefficients of the powers of eta(tau). Nederl. Akad. Wetensch. Proc. Ser. A. 59 = Indag. Math. 18 (1956), 204-216.

Crossrefs

Column k=32 of A286354.

Formula

a(0) = 1, a(n) = -(32/n) * Sum_{k=1..n} A000203(k)*a(n-k) for n > 0. - Seiichi Manyama, Aug 13 2023