OFFSET
1,2
COMMENTS
"Omega(n)" in the definition means the number of distinct prime factors of n, counted without multiplicity. This is implemented in Mathematica as PrimeNu[n] rather than as PrimeOmega[n]. - Harvey P. Dale, Jul 08 2017
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..200
MATHEMATICA
Select[Range[13000], DivisorSigma[1, #]==EulerPhi[#*PrimeNu[#]+1]&] (* Harvey P. Dale, Jul 08 2017 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Mar 02 2002
STATUS
approved