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.

A028500 12-hyperperfect numbers: n = 12*(sigma(n) - n - 1) + 1.

Original entry on oeis.org

697, 2041, 1570153, 62722153, 10604156641, 13544168521, 1792155938521
Offset: 1

Views

Author

Keywords

Comments

7056410014866537089009269921 is also a term. - Donovan Johnson, Nov 20 2012
Also terms: 13^7*815787979*11621986347871 and 13^23*542800770374370512771595349. - Giovanni Resta, Nov 18 2019
a(8) >= 10^17. - Max Alekseyev, Nov 22 2019

Crossrefs

Programs

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

Extensions

a(7) from Donovan Johnson, Nov 20 2012