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.

This page as a plain text file.
%I A258288 #9 Apr 03 2017 10:29:16
%S A258288 1,1,11,16,99,174,875,1657,7352,13655,55787,107946,393317,751343,
%T A258288 2624771,5056414,16243829,31688464,96658985
%N A258288 Number of partitions of 10 copies of n into distinct parts.
%F A258288 a(n) = 1/10! * [Product_{i=1..10} x_i^n] Product_{j>0} (1+Sum_{i=1..10} x_i^j).
%Y A258288 Column k=10 of A258280.
%K A258288 nonn
%O A258288 19,3
%A A258288 _Alois P. Heinz_, May 25 2015