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.

A019288 Let sigma_m (n) be result of applying sum-of-divisors function m times to n; call n (m,k)-perfect if sigma_m (n) = k*n; sequence gives the (2,11)-perfect numbers.

Original entry on oeis.org

4404480, 57669920, 238608384
Offset: 1

Views

Author

Keywords

Comments

See also the Cohen-te Riele links under A019276.
No other terms < 5*10^11. - Jud McCranie, Feb 08 2012
a(4) > 4*10^12. - Giovanni Resta, Feb 26 2020
53283599155200, 2914255525994496 and 3887055949004800 are also terms. - Michel Marcus, Feb 27 2020

Crossrefs

Programs

  • PARI
    isok(n) = sigma(sigma(n))/n  == 11; \\ Michel Marcus, Feb 27 2020