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.

A028499 6-hyperperfect numbers: n = 6*(sigma(n) - n - 1) + 1.

Original entry on oeis.org

301, 16513, 60110701, 1977225901, 2733834545701, 232630479398401, 336823287227717101
Offset: 1

Views

Author

Keywords

Comments

(7^k-6)*7^(k-1) is a term for all k in A191469. - Max Alekseyev, Nov 17 2019

Crossrefs

Programs

  • PARI
    isok(n) = 6*(sigma(n) - n - 1) + 1 == n; \\ Michel Marcus, Nov 18 2019

Extensions

a(5) from Donovan Johnson, Nov 20 2012
a(6) from Donovan Johnson confirmed by Max Alekseyev, Nov 17 2019
a(7) from Giovanni Resta confirmed by Max Alekseyev, May 23 2025