cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A230164 Numbers k such that k' = sigma(k), where k' is the arithmetic derivative of k.

Original entry on oeis.org

17296, 24016, 334144656, 358585488, 2955423888, 311063879024
Offset: 1

Views

Author

Paolo P. Lava, Oct 14 2013

Keywords

Comments

a(7) > 10^12. - Giovanni Resta, Mar 11 2014

Examples

			If k = 17296 then k' = sigma(k) = 35712. If k = 24016 then k' = sigma(k) = 49600.
		

Crossrefs

Programs

  • 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);

Extensions

a(3)-a(5) from Giovanni Resta, Oct 14 2013
a(6) from Giovanni Resta, Mar 11 2014