login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A230164 Numbers n such that n' = sigma(n), where n' is the arithmetic derivative of n. 5
17296, 24016, 334144656, 358585488, 2955423888, 311063879024 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(7) > 10^12. - Giovanni Resta, Mar 11 2014
LINKS
EXAMPLE
If n=17296 then n’=sigma(n)= 35712. If n=24016 then n’=sigma(n)= 49600.
MAPLE
with(numtheory); P:= proc(q) local a, n, p;
for n from 1 to q do a:=n*add(op(2, p)/op(1, p), p=ifactors(n)[2]);
if sigma(n)=a then print(n); fi; od; end: P(10^9);
CROSSREFS
Sequence in context: A093790 A229683 A228379 * A001381 A219357 A219325
KEYWORD
nonn,more
AUTHOR
Paolo P. Lava, Oct 14 2013
EXTENSIONS
a(3)-a(5) from Giovanni Resta, Oct 14 2013
a(6) from Giovanni Resta, Mar 11 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 22:36 EDT 2024. Contains 371917 sequences. (Running on oeis4.)