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.

Showing 1-1 of 1 results.

A056871 Sum of partial sums of partition numbers (A026905) and partial sums of numbers of partitions into distinct parts (A026906).

Original entry on oeis.org

2, 5, 10, 17, 27, 42, 62, 90, 128, 180, 248, 340, 459, 616, 819, 1082, 1417, 1848, 2392, 3083, 3951, 5042, 6401, 8098, 10198, 12799, 16001, 19941, 24762, 30662, 37844, 46583, 57174, 69996, 85464, 104109, 126506, 153385, 185552, 224003, 269846
Offset: 1

Views

Author

Robert G. Wilson v, Sep 02 2000

Keywords

Comments

Table[ Sum[ PartitionsP[k], {k, 1, n}] + Sum[PartitionsQ[k], {k, 1, n}], {n, 1, 45}]

Crossrefs

Showing 1-1 of 1 results.