OFFSET
1,1
COMMENTS
Numbers k such that A362181(k) = 0.
Are 3 and 5 the only odd terms? There are no other odd terms below 10^5.
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..534 (terms below 10^5)
MATHEMATICA
ucototient[n_] := n - Times @@ (Power @@@ FactorInteger[n] - 1); ucototient[1] = 0; With[{max = 2000}, Complement[Range[max], Table[ucototient[n], {n, 1, max^2}]]]
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, Apr 10 2023
STATUS
approved