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!)
A007370 Numbers k such that sigma(x) = k has a unique solution.
(Formerly M2319)
21
1, 3, 4, 6, 7, 8, 13, 14, 15, 20, 28, 30, 36, 38, 39, 40, 44, 57, 62, 63, 68, 74, 78, 91, 93, 102, 110, 112, 121, 127, 133, 138, 150, 158, 160, 162, 164, 171, 174, 176, 183, 194, 195, 198, 200, 204, 212, 217, 222, 230, 242, 255, 256, 258, 260, 266, 278, 282 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
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.
W. Sierpiński, Elementary Theory of Numbers. Państ. Wydaw. Nauk., Warsaw, 1964, p. 165.
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (terms 1..1000 from T. D. Noe)
M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].
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.
W. Sierpiński, Elementary Theory of Numbers, Warszawa 1964.
MATHEMATICA
a = Table[ 0, {250} ]; Do[ s = DivisorSigma[ 1, n ]; If[ s < 251, a[ [ s ] ]++ ], {n, 1, 250} ]; Select[ Range[ 250 ], a[ [ # ] ] == 1 & ]
PROG
(PARI) list(lim)=my(v=vectorsmall(lim\1), u=List(), s); for(k=1, #v, s=sigma(k); if(s<=#v, v[s]++)); for(k=1, #v, if(v[k]==1, listput(u, k))); Vec(u) \\ Charles R Greathouse IV, Jun 15 2015
CROSSREFS
Cf. A007369, A007371, A007372, etc.
Sequence in context: A108348 A085149 A239458 * A322376 A044813 A154661
KEYWORD
nonn
AUTHOR
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)