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

A058858
Numbers k that divide the sum of the first k unique partition numbers (A000009).
0
1, 2, 8, 18, 42, 66, 69, 84, 1138, 1935, 3828, 9464, 130936, 150910, 261132, 1406536, 2877311, 5118856, 5497690, 5872385, 6009938, 6777062
OFFSET
1,2
COMMENTS
Next term > 2000000. - Vaclav Kotesovec, May 05 2018
Next term > 16500000. - Sean A. Irvine, Aug 30 2022
MATHEMATICA
s = 0; Do[ s = s + PartitionsQ[ n ]; If[ Mod[ s, n ] == 0, Print[ n ] ], { n, 1, 8000} ]
CROSSREFS
Sequence in context: A377676 A220909 A376192 * A236633 A212518 A264054
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Jan 05 2001
EXTENSIONS
a(13)-a(16) from Vaclav Kotesovec, May 05 2018
a(17)-a(22) from Sean A. Irvine, Aug 30 2022
STATUS
approved