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”).

A004088
Sum of digits of number of partitions of n.
0
1, 1, 2, 3, 5, 7, 2, 6, 4, 3, 6, 11, 14, 2, 9, 14, 6, 18, 16, 13, 15, 18, 3, 13, 18, 23, 15, 4, 19, 20, 15, 20, 24, 9, 7, 24, 31, 19, 14, 18, 24, 24, 20, 18, 25, 25, 24, 23, 24, 23, 16, 30, 33, 27, 28, 25, 26, 21, 17, 22, 38, 15, 16, 33, 22, 23, 17, 47, 33, 29, 42, 33, 37, 43, 29, 30, 38
OFFSET
0,3
MATHEMATICA
Total/@IntegerDigits[PartitionsP[Range[0, 80]]] (* Harvey P. Dale, Feb 03 2015 *)
CROSSREFS
Cf. A000041.
Sequence in context: A068951 A139752 A238191 * A126051 A115260 A143950
KEYWORD
nonn,base
STATUS
approved