|
Search: id:A074386
|
|
|
| A074386 |
|
Numbers n such that sigma(n) is the square of a prime. |
|
+0 3
|
| |
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
The next term, if it exists, is > 10^6.
The next term, if it exists, is > 10^7. - N. J. A. Sloane (njas(AT)research.att.com), May 26 2008
|
|
EXAMPLE
|
sigma[{3,81,400}]={4,121,961}.
|
|
MATHEMATICA
|
Do[s=DivisorSigma[1, n]; If[PrimeQ[Sqrt[s]], Print[n]], {n, 1, 1000000}] (Corrected by N. J. A. Sloane (njas(AT)research.att.com), May 26 2008)
|
|
CROSSREFS
|
Cf. A000203, A001248, A023194, A028982.
Sequence in context: A011187 A137994 A153709 this_sequence A116009 A068562 A123656
Adjacent sequences: A074383 A074384 A074385 this_sequence A074387 A074388 A074389
|
|
KEYWORD
|
nonn,bref,more
|
|
AUTHOR
|
Labos E. (labos(AT)ana.sote.hu), Aug 22 2002
|
|
EXTENSIONS
|
Definition corrected by Juan Lopez, May 26, 2008
Edited by N. J. A. Sloane (njas(AT)research.att.com), May 26 2008
|
|
|
Search completed in 0.002 seconds
|