login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Next term > 2000000. - Vaclav Kotesovec, May 05 2018
Next term > 16500000. - Sean A. Irvine, Aug 30 2022
LINKS
MATHEMATICA
s = 0; Do[ s = s + PartitionsQ[ n ]; If[ Mod[ s, n ] == 0, Print[ n ] ], { n, 1, 8000} ]
CROSSREFS
Sequence in context: A188577 A064705 A220909 * 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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)