OFFSET
1,2
LINKS
Donovan Johnson, Table of n, a(n) for n = 1..3000
Richard K. Guy, Divisors and desires, Amer. Math. Monthly, 104 (1997), 359-360.
MATHEMATICA
Select[Range[1, 85301, 2], Divisible[EulerPhi[#]DivisorSigma[1, #], #]&] (* Harvey P. Dale, Aug 27 2013 *)
PROG
(PARI) isok(n) = (n%2) && !(sigma(n)*eulerphi(n) % n); \\ Michel Marcus, Oct 02 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved