OFFSET
1,1
COMMENTS
Sequence A328393 without primes.
No multiples of 4 because this is a subsequence of A048103.
All terms are cubefree, but being a cubefree non-multiple of 4 doesn't guarantee a membership, as for example 99 = 3^2 * 11 has an arithmetic derivative 11*(2*3) + 3^2 = 75 = 5^2 * 3, and thus is not included in this sequence. (See e.g., A328305).
LINKS
Antti Karttunen, Table of n, a(n) for n = 1..10000
MATHEMATICA
arthD[n_]:=Module[{fi=FactorInteger[n]}, n Total[(fi[[;; , 2]]/fi[[;; , 1]])]]; Select[Range[300], arthD[#]>1&&SquareFreeQ[arthD[#]]&] (* Harvey P. Dale, Dec 01 2024 *)
PROG
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Oct 10 2019
STATUS
approved