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.

A010833 Expansion of Product_{k>=1} (1-x^k)^28.

Original entry on oeis.org

1, -28, 350, -2520, 11025, -26180, 4158, 184600, -554400, 401100, 1496964, -3920280, 1444625, 6224400, -4972350, -7121296, -8308965, 50796900, -8971200, -121968000, 94011435, 80598288, 20282500, -175228200
Offset: 0

Views

Author

Keywords

Examples

			1 - 28*x + 350*x^2 - 2520*x^3 + 11025*x^4 - 26180*x^5 + 4158*x^6 + 184600*x^7 + ...
		

References

  • Morris Newman, 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=28 of A286354.

Formula

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