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.

A258288 Number of partitions of 10 copies of n into distinct parts.

Original entry on oeis.org

1, 1, 11, 16, 99, 174, 875, 1657, 7352, 13655, 55787, 107946, 393317, 751343, 2624771, 5056414, 16243829, 31688464, 96658985
Offset: 19

Views

Author

Alois P. Heinz, May 25 2015

Keywords

Crossrefs

Column k=10 of A258280.

Formula

a(n) = 1/10! * [Product_{i=1..10} x_i^n] Product_{j>0} (1+Sum_{i=1..10} x_i^j).