|
Search: id:A007279
|
|
|
| A007279 |
|
Number of partitions of n into partition numbers. (Formerly M0558)
|
|
+0 7
|
|
| 1, 2, 3, 4, 6, 8, 11, 14, 18, 23, 29, 36, 44, 54, 66, 79, 95, 113, 133, 157, 184, 216, 250, 290, 335, 385, 442, 505, 576, 656, 743, 842, 951, 1070, 1204, 1351, 1514, 1691, 1887, 2102, 2336, 2595, 2875, 3184, 3519, 3883, 4282, 4713, 5181, 5690, 6241, 6839, 7482
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
REFERENCES
|
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
|
|
MAPLE
|
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:
|
|
MATHEMATICA
|
CoefficientList[ Series[1/Product[1 - x^PartitionsP[i], {i, 1, 15}], {x, 0, 50}], x]
|
|
CROSSREFS
|
Cf. A000041.
Adjacent sequences: A007276 A007277 A007278 this_sequence A007280 A007281 A007282
Sequence in context: A075535 A134953 A114829 this_sequence A034891 A143611 A062464
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com), Mira Bernstein (mira(AT)math.berkeley.edu)
|
|
EXTENSIONS
|
More terms and Maple code from James A. Sellers (sellersj(AT)math.psu.edu), Feb 08, 2002
|
|
|
Search completed in 0.002 seconds
|