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.

A239169 Number of partitions of 10^n into parts that are at most n with at least one part of each size.

Original entry on oeis.org

0, 1, 49, 82834, 6934032777, 34711806631898612, 11573466447067793596124382, 275570877432663678053361428346732364, 492094366103239904094628894222685729680850442491, 68346513550765879549763426703232180189170804739067223698078512
Offset: 0

Views

Author

Alois P. Heinz, Mar 11 2014

Keywords

Crossrefs

Column k=10 of A238012.

Formula

a(n) = [x^(10^n-n*(n+1)/2)] Product_{j=1..n} 1/(1-x^j).
a(n) ~ 10^(n*(n-1)) / (n!*(n-1)!). - Vaclav Kotesovec, Jun 05 2015