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.

A298988 a(n) = [x^n] Product_{k>=1} 1/(1 + n*x^k)^k.

Original entry on oeis.org

1, -1, 0, -18, 208, -2400, 36504, -663754, 13808320, -324176418, 8487126400, -245122390601, 7741417124880, -265402847130421, 9816338228638872, -389618889514254225, 16518399076342421248, -745025763154442071130, 35619835529954597786208, -1799459812004380374518790, 95780758238408017088795600
Offset: 0

Views

Author

Ilya Gutkovskiy, Jan 31 2018

Keywords

Crossrefs

Programs

  • Mathematica
    Table[SeriesCoefficient[Product[1/(1 + n x^k)^k, {k, 1, n}], {x, 0, n}], {n, 0, 20}]

Formula

a(n) ~ (-1)^n * n^n * (1 - 2/n + 6/n^2 - 14/n^3 + 33/n^4 - 70/n^5 + 149/n^6 - 298/n^7 + 591/n^8 - 1132/n^9 + 2139/n^10 + ...), for coefficients, see A005380. - Vaclav Kotesovec, Aug 21 2018