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.

A220290 4-hyperperfect numbers: n = 4*(sigma(n)-n-1) + 1.

Original entry on oeis.org

1950625, 1220640625, 186264514898681640625
Offset: 1

Views

Author

Arkadiusz Wesolowski, Dec 11 2012

Keywords

Comments

For all k in A059613, (5^k-4)*5^(k-1) is a term. In particular, k=15 gives a term 186264514898681640625.

Crossrefs

Programs

  • Mathematica
    Select[Range[1, 2*10^6, 4], # + 3 == 4*(DivisorSigma[1, #] - #) &]

Extensions

a(3) from Max Alekseyev, Jun 01 2025