login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A058856 Numbers n such that n divides the sum of the partition numbers to n. 0
1, 3, 188, 378, 836, 10179, 15685, 36769, 53088 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

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 A032594 A159658

Adjacent sequences:  A058853 A058854 A058855 * A058857 A058858 A058859

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 05 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 04:21 EST 2012. Contains 205978 sequences.