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.

A223613 Numbers k whose abundance is 24: sigma(k) - 2*k = 24.

Original entry on oeis.org

112, 6592, 124672, 33452032, 82364907508, 36893488040044920832, 9444732964021303508992
Offset: 1

Views

Author

Donovan Johnson, Mar 23 2013

Keywords

Comments

Every number of the form 2^(j-1)*(2^j - 25), where 2^j - 25 is prime, is a term (cf. A379020). - Jon E. Schoenfield, Jun 02 2019
Also contains 269113900901410149234393088. - Max Alekseyev, May 28 2025

Examples

			For k = 82364907508, sigma(k) - 2*k = 24.
		

Crossrefs

Programs

  • PARI
    for(n=1, 10^8, if(sigma(n)-2*n==24, print1(n ", ")))

Extensions

a(6) from Jon E. Schoenfield confirmed and a(7) added by Max Alekseyev, Jun 06 2025