OFFSET
1,1
COMMENTS
Are there any odd terms in the sequence?
LINKS
Donovan Johnson, Table of n, a(n) for n = 1..1000
MATHEMATICA
Select[Range[600000], EulerPhi[4*# - 1] == DivisorSigma[1, #] &] (* Amiram Eldar, May 09 2022 *)
PROG
(PARI) for(n=1, 10^9, if(eulerphi(4*n-1)==sigma(n), print(n))) /* Donovan Johnson, Aug 18 2012 */
CROSSREFS
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Feb 20 2002
EXTENSIONS
More terms from Harvey P. Dale, Feb 26 2002
STATUS
approved