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.

Showing 1-2 of 2 results.

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

A342021 Numbers k such that A003415(sigma(k)) = k, where A003415 is the arithmetic derivative, and sigma is the sum of divisors of n.

Original entry on oeis.org

5, 8, 41, 47057
Offset: 1

Views

Author

Antti Karttunen, Apr 08 2021

Keywords

Comments

a(5) > 2^33, if it exists.
Terms of this sequence and A230165 group into pairs (m, sigma(m)), where m is a term of this sequence and sigma(m) is a term of A230165. - Max Alekseyev, Feb 13 2025

Crossrefs

Fixed points of A342925.
Positions of 0's in A342926.
Subsequence of A343217.

Formula

a(n) = A003415(A230165(n)). - Max Alekseyev, Feb 13 2025
Showing 1-2 of 2 results.