OFFSET
1,2
COMMENTS
EXAMPLE
12 is a term since A328258(12) = -12 is divisible by 12.
MATHEMATICA
f[p_, e_] := 1 - (-1)^p*(p^e); s[1] = 1; s[n_] := Times @@ f @@@ FactorInteger[n]; Select[Range[3*10^6], Divisible[s[#], #] &]
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Amiram Eldar, Oct 24 2021
STATUS
approved