OFFSET
1,1
COMMENTS
114190259 is the smallest prime solution of the form 4k+3 of the equation (*). Sequence A112016 gives such solutions.
MATHEMATICA
Do[If[ !PrimeQ[m]&& Mod[m, 4]==3&&DivisorSigma[1, EulerPhi[ DivisorSigma[1, m]]]==EulerPhi[DivisorSigma[1, EulerPhi[m]]], Print[m]], {m, 5600000}]
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Farideh Firoozbakht, Sep 15 2005
STATUS
approved