A219545 Integer values of sigma(n)/n that are prime.
2, 2, 3, 2, 3, 2, 3, 2, 3, 3, 2, 5, 5, 3, 2, 5, 5, 5, 5, 5, 5, 2, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 2, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 2, 5, 7, 2, 5, 5, 7, 5, 5, 5, 7, 7, 7, 7, 5, 5, 7, 7, 7, 7, 5, 7, 7, 7, 7, 7, 7, 7, 7
Offset: 1
Keywords
Examples
A065997(1) = 6 and sigma(6)/6 = (1+2+3+6)/6 = 2, so a(1) = 2.
References
- R. K. Guy, Unsolved Problems in Number Theory, B2.
Links
- A. Flammenkamp, The Multiply Perfect Numbers Page
Programs
-
Mathematica
Select[Table[DivisorSigma[1,n]/n,{n,10^6}],PrimeQ] (* The program only generates the first seven terms of the sequence. To generate them all, the value of n would have to be greatly increased. *) (* Harvey P. Dale, Oct 25 2021 *)
Extensions
Extended by T. D. Noe, Nov 27 2012
Comments