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.

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

Original entry on oeis.org

1, 1, 7, 37, 219, 1276, 7687, 46551, 285043, 1756243, 10883842, 67751289, 423366831, 2654041235, 16683909711, 105129718102, 663837626163, 4199521413019, 26610335585263, 168864540960165, 1073001606214814, 6826237566223329, 43474472693256491, 277152041235941803
Offset: 0

Views

Author

Ilya Gutkovskiy, Dec 28 2017

Keywords

Crossrefs

Main diagonal of A297328.

Programs

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

Formula

a(n) = A297328(n,n).
a(n) ~ c * d^n / sqrt(n), where d = 6.51548390811914394587815688142024783108478... and c = 0.2552310487728179222346375591994440863074... - Vaclav Kotesovec, Aug 01 2019