login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

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