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.

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

Original entry on oeis.org

0, 1, 31, 21590, 475473009, 399953578562811, 14325140434481169064975, 23442235543128214521886383970201, 1841132100297745277187328924904656111127054, 7197719612276659958196058354497691622150052900765626132
Offset: 0

Views

Author

Alois P. Heinz, Mar 11 2014

Keywords

Crossrefs

Column k=8 of A238012.

Formula

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