%I A007279 M0558
%S A007279 1,2,3,4,6,8,11,14,18,23,29,36,44,54,66,79,95,113,133,157,184,216,250,
%T A007279 290,335,385,442,505,576,656,743,842,951,1070,1204,1351,1514,1691,1887,
%U A007279 2102,2336,2595,2875,3184,3519,3883,4282,4713,5181,5690,6241,6839,7482
%N A007279 Number of partitions of n into partition numbers.
%D A007279 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences,
Academic Press, 1995 (includes this sequence).
%p A007279 with(combinat): gf := 1/product((1-q^numbpart(k)), k=1..20): s := series(gf,
q, 200): for i from 1 to 199 do printf(`%d,`,coeff(s, q, i)) od:
%t A007279 CoefficientList[ Series[1/Product[1 - x^PartitionsP[i], {i, 1, 15}],
{x, 0, 50}], x]
%Y A007279 Cf. A000041.
%Y A007279 Sequence in context: A075535 A134953 A114829 this_sequence A034891 A143611
A062464
%Y A007279 Adjacent sequences: A007276 A007277 A007278 this_sequence A007280 A007281
A007282
%K A007279 nonn
%O A007279 1,2
%A A007279 N. J. A. Sloane (njas(AT)research.att.com), Mira Bernstein (mira(AT)math.berkeley.edu)
%E A007279 More terms and Maple code from James A. Sellers (sellersj(AT)math.psu.edu),
Feb 08, 2002
|