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.

A258284 Number of partitions of 6 copies of n into distinct parts.

This page as a plain text file.
%I A258284 #12 Apr 13 2017 12:09:52
%S A258284 1,1,7,10,40,64,215,373,1076,1823,5052,8519,21279,36836,86354,148550,
%T A258284 338354,571638,1242227,2156661,4453444,7573979,15612927,26325001,
%U A258284 52042210,88853970,170752721,288367364,550431942,916369374,1706148831,2877961566,5219075925
%N A258284 Number of partitions of 6 copies of n into distinct parts.
%H A258284 Alois P. Heinz, <a href="/A258284/b258284.txt">Table of n, a(n) for n = 11..50</a>
%F A258284 a(n) = 1/6! * [(x*y*z*u*v*w)^n] Product_{j>0} (1+x^j+y^j+z^j+u^j+v^j+w^j).
%e A258284 a(13) = 7: [13;12,1;11,2;10,3;9,4;8,5], [13;12,1;11,2;10,3;9,4;7,6], [13;12,1;11,2;10,3;8,5;7,6], [13;12,1;11,2;9,4;8,5;7,6], [13;12,1;10,3;9,4;8,5;7,6], [13;11,2;10,3;9,4;8,5;7,6], [12,1;11,2;10,3;9,4;8,5;7,6].
%Y A258284 Column k=6 of A258280.
%K A258284 nonn
%O A258284 11,3
%A A258284 _Alois P. Heinz_, May 25 2015