OFFSET
1,1
COMMENTS
Numbers such that the largest primorial that divides their arithmetic derivative is A002110(2) = 6.
LINKS
MATHEMATICA
a003415[n_]:=If[ Abs @ n < 2, 0, n Total[ #2 / #1 & @@@ FactorInteger[ Abs @ n]]]; a053669[1]=2; a053669[2]=3; a053669[k_]:=First[Select[Prime[Range[PrimePi[Last[Divisors[k]]]]], Divisible[k, #]==False&]]; okQ[k_]:=a053669[a003415[k]]==5; Select[Range[2, 495], okQ] (* James C. McMahon, Feb 03 2026 *)
PROG
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Antti Karttunen, Feb 02 2026
STATUS
approved
