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!)
A059218 Numbers k that divide the sum of the first k partition numbers (A000041) and the sum of the first k unique partition numbers (A000009). 0
1, 6, 10, 14, 56, 239, 623, 874, 1246, 2462, 4711, 16003, 31486, 32081, 45115, 143777, 171271 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Next term > 2000000. - Vaclav Kotesovec, May 05 2018
LINKS
MATHEMATICA
s = 0; Do[ s = s + PartitionsP[n] + PartitionsQ[n]; If[ Mod[ s, n] == 0, Print[n] ], {n, 1, 53100} ]
CROSSREFS
Cf. A000041 and A000009.
Sequence in context: A171251 A074980 A363172 * A362600 A361606 A095678
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Jan 18 2001
EXTENSIONS
Wrong term 40956 removed by Vaclav Kotesovec, May 05 2018
a(15)-a(17) from Vaclav Kotesovec, May 05 2018
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 11:35 EDT 2024. Contains 371912 sequences. (Running on oeis4.)