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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060662 Sigma(x) = n has exactly six solutions. 0
168, 252, 288, 384, 768, 1248, 1584, 1860, 2052, 2480, 2904, 3906, 3968, 4116, 4176, 4224, 4256, 4284, 4392, 4416, 4620, 5824, 5850, 5856, 5928, 6084, 6192, 6216, 6600, 6636, 6660, 6888, 6944, 7104, 7182, 7308, 7840, 7992, 8184, 8976, 9114, 9480, 9856 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

168 = sigma(60) = sigma(78) = sigma(92) = sigma(123) = sigma(143) = sigma(167).

MATHEMATICA

a = Table[ 0, {10000} ]; Do[ s = DivisorSigma[ 1, n ]; If[ s < 10001, a[ [ s ] ]++ ], {n, 1, 10000} ]; Select[ Range[ 10000 ], a[ [ # ] ] == 6 & ]

CROSSREFS

Cf. A007370, A007371, A007372.

Sequence in context: A045242 A117529 A196591 * A171256 A059463 A038812

Adjacent sequences:  A060659 A060660 A060661 * A060663 A060664 A060665

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Apr 18 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 16 16:51 EST 2012. Contains 205938 sequences.