OFFSET
1,2
COMMENTS
Numbers m such that m = phi(k) and |mu(k)| = 1.
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
Max Alekseyev, PARI/GP Scripts for Miscellaneous Math Problems (invphi.gp).
EXAMPLE
8, 120, 48 are terms as totients of the squarefree numbers 15, 143, 210.
54, 110 are not terms since there are no squarefree numbers k such that phi(k) = 54, 110.
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
