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.

A238615 Number of partitions of n^10 into parts that are at most n.

Original entry on oeis.org

1, 1, 513, 290594892, 8006513870533064, 3157977415776418319210477, 9355115500676554620340590943203672, 139997247522791157386395916200494707946968395, 8097446373533819684208223226876398545717123633973546819
Offset: 0

Views

Author

Alois P. Heinz, Mar 01 2014

Keywords

Comments

In general, for m > 3, is "Number of partitions of n^m into parts that are at most n" asymptotic to exp(2*n) * n^((m-2)*n-m) / (2*Pi). - Vaclav Kotesovec, May 25 2015

Crossrefs

Column k=10 of A238016.

Formula

a(n) = [x^(n^10)] Product_{j=1..n} 1/(1-x^j).
a(n) ~ exp(2*n) * n^(8*n-10) / (2*Pi). - Vaclav Kotesovec, May 25 2015