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!)
A060660 Sigma(x) = n has exactly four solutions. 0
96, 120, 180, 312, 372, 420, 434, 456, 540, 546, 560, 624, 702, 728, 798, 816, 930, 1064, 1120, 1170, 1404, 1632, 1638, 1674, 1710, 1776, 1792, 1944, 2100, 2240, 2544, 2560, 2664, 2760, 2800, 2844, 2856, 2940, 2952, 3000, 3040, 3048, 3060, 3080, 3096 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
96 = sigma(42) = sigma(62) = sigma(69) = sigma(77).
MATHEMATICA
a = Table[ 0, {5000} ]; Do[ s = DivisorSigma[ 1, n ]; If[ s < 5001, a[ [ s ] ]++ ], {n, 1, 5000} ]; Select[ Range[ 5000 ], a[ [ # ] ] == 4 & ]
CROSSREFS
Sequence in context: A257411 A175116 A153484 * A258748 A323629 A146992
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 April 24 06:24 EDT 2024. Contains 371918 sequences. (Running on oeis4.)