|
|
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
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,2
|
|
COMMENTS
|
Next term > 2000000. - Vaclav Kotesovec, May 05 2018
Next term > 12500000. - Sean A. Irvine, Aug 30 2022
|
|
LINKS
|
Table of n, a(n) for n=1..12.
|
|
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 A032594
Adjacent sequences: A058853 A058854 A058855 * A058857 A058858 A058859
|
|
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
|
|
|
|