OFFSET
1,2
LINKS
Max Alekseyev, PARI scripts for various problems
FORMULA
Numbers n such that n = phi(k) and |mu(k)| = 1.
EXAMPLE
8,120,48 are here as totient functions of squarefree numbers 15, 143, 210. 54 and 110, 294, 342 are missing since there are no squarefree k such that phi(k) = 54, 110, etc.
PROG
(PARI) isok(n) = {my(v = invphi(n)); (#v) && (#select(x->issquarefree(x), v)); } \\ Michel Marcus, Feb 25 2019
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved