OFFSET
1,4
MATHEMATICA
a[n_] := n - Module[{f = FactorInteger[n]}, n*(1 - 1/f[[-1, 1]])^f[[-1, 2]]]; a[1] = 0; Table[a[n], {n, 2, 83}] (* Robert P. P. McKone, Feb 11 2022, from Amiram Eldar in A351168 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Ben Polson, Feb 11 2022
STATUS
approved