login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A056870
Difference between partial sums of partition numbers (A026905) and partial sums of numbers of partitions into distinct parts (A026906).
1
0, 1, 2, 5, 9, 16, 26, 42, 64, 96, 140, 202, 285, 398, 547, 746, 1005, 1344, 1780, 2343, 3059, 3972, 5123, 6576, 8392, 10663, 13481, 16977, 21286, 26594, 33096, 41055, 50750, 62548, 76846, 94155, 115032, 140183, 170386, 206611, 249934, 301682
OFFSET
1,3
COMMENTS
Table[ Sum[ PartitionsP[k], {k, 1, n}] - Sum[PartitionsQ[k], {k, 1, n}], {n, 1, 45}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Sep 02 2000
STATUS
approved