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

A058856
Numbers k that divide the sum of the partition numbers to k.
0
1, 3, 188, 378, 836, 10179, 15685, 36769, 53088, 1112873, 3717191, 12019123
OFFSET
1,2
COMMENTS
Next term > 2000000. - Vaclav Kotesovec, May 05 2018
Next term > 12500000. - Sean A. Irvine, Aug 30 2022
MATHEMATICA
s = 0; Do[ s = s + PartitionsP[ n ]; If[ IntegerQ[ s/n ], Print[ n ] ], {n, 1, 10^5} ]
CROSSREFS
Sequence in context: A157561 A157590 A157236 * A158469 A261000 A365447
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Jan 05 2001
EXTENSIONS
a(10) from Vaclav Kotesovec, May 05 2018
a(11)-a(12) from Sean A. Irvine, Aug 30 2022
STATUS
approved