A230165 Numbers k such that k = sigma(k'), where k' is the arithmetic derivative of k.
6, 15, 42, 47058
Offset: 1
Examples
Arithmetic derivative of 15 is 8 and sigma(8) = 15.
Programs
-
Maple
with(numtheory); P:=proc(q) local n; for n from 1 to q do if n=sigma(n*add(op(2,p)/op(1,p),p=ifactors(n)[2])) then print(n); fi; od; end: P(10^9);
Formula
a(n) = sigma(A342021(n)). - Max Alekseyev, Feb 13 2025
Comments