|
Search: id:A007371
|
|
|
| A007371 |
|
Numbers n such that sigma (x) = n has exactly 2 solutions. (Formerly M4827)
|
|
+0 13
|
|
| 12, 18, 31, 32, 54, 56, 80, 98, 104, 108, 114, 124, 126, 128, 132, 140, 152, 156, 182, 186, 210, 264, 272, 280, 308, 320, 342, 378, 390, 392, 399, 403, 408, 416, 440, 444, 448, 492, 522, 532, 570, 572, 594, 608, 630, 632, 726
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
REFERENCES
|
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 840.
|
|
LINKS
|
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, December 1972 [alternative scanned copy].
|
|
MATHEMATICA
|
a = Table[ 0, {750} ]; Do[ s = DivisorSigma[ 1, n ]; If[ s < 751, a[ [ s ] ]++ ], {n, 1, 750} ]; Select[ Range[ 750 ], a[ [ # ] ] == 2 & ]
|
|
CROSSREFS
|
Cf. A007369, A007370, A007372, etc.
Sequence in context: A112054 A138636 A075281 this_sequence A079479 A124205 A133403
Adjacent sequences: A007368 A007369 A007370 this_sequence A007372 A007373 A007374
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
njas, Mira Bernstein, Robert G. Wilson v (rgwv(AT)rgwv.com)
|
|
|
Search completed in 0.002 seconds
|