OFFSET
1,2
COMMENTS
De Koninck et al. showed that there are 16 terms in this sequence.
LINKS
Jean-Marie De Koninck, Florian Luca and A. Sankaranarayanan, Positive integers whose Euler function is a power of their kernel function, Rocky Mountain Journal of Mathematics, Vol. 36, No. 1 (2006), pp. 81-96, alternative link.
EXAMPLE
16 is in the sequence since phi(16) = 8, rad(16) = 2 and 8 = 2^3.
MATHEMATICA
rad[n_] := Times @@ First /@ FactorInteger[n]; aQ[n_] := EulerPhi[n] == rad[n]^3; Select[Range[5*10^6], aQ]
CROSSREFS
KEYWORD
nonn,fini,full
AUTHOR
Amiram Eldar, Oct 10 2019
STATUS
approved