[go: up one dir, main page]

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!)
A060666 Sigma(x) = n has exactly ten solutions. 0
504, 864, 960, 1152, 1260, 2400, 3276, 3888, 4992, 6696, 7020, 7644, 8892, 9672, 9984, 11172, 11200, 11376, 11616, 11856, 12936, 13728, 13888, 14136, 14280, 15480, 15876, 15984, 17808, 19488, 21336, 22608, 23688, 24738, 24840, 25080 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
504 = sigma(204) = sigma(220) = sigma(224) = sigma(246) = sigma(284) = sigma(286) = sigma(334) = sigma(415) = sigma(451) = sigma(504).
MATHEMATICA
a = Table[ 0, {30000} ]; Do[ s = DivisorSigma[ 1, n ]; If[ s < 30001, a[ [ s ] ]++ ], {n, 1, 30000} ]; Select[ Range[ 30000 ], a[ [ # ] ] == 10 & ]
CROSSREFS
Sequence in context: A045212 A262873 A228164 * A335654 A226265 A277114
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Apr 18 2001
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 August 29 15:03 EDT 2024. Contains 375517 sequences. (Running on oeis4.)