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.

A068404 Numbers k such that sigma(k) > 4*k.

Original entry on oeis.org

27720, 50400, 55440, 60480, 65520, 75600, 83160, 85680, 90720, 95760, 98280, 100800, 105840, 110880, 115920, 120120, 120960, 128520, 131040, 138600, 141120, 143640, 151200, 163800, 166320, 171360, 176400, 180180, 181440, 184800, 191520
Offset: 1

Views

Author

Benoit Cloitre, Mar 02 2002

Keywords

Comments

This sequence is of positive density, see for example Davenport. The density is between 0.000176 and 0.004521 according to the McDaniel College link. - Charles R Greathouse IV, Sep 07 2012
From Amiram Eldar, Feb 13 2021: (Start)
Behrend (1933) found the bounds (0.00003, 0.025) for the asymptotic density.
Wall et al. (1972) found the bounds (0.0001, 0.0147).
Using Deléglise's method the upper bound for the density found by McDaniel College is 0.000679406. (End)

References

  • Harold Davenport, Über numeri abundantes, Sitzungsber. Preuss. Akad. Wiss., Phys.-Math. Kl., No. 6 (1933), pp. 830-837.

Crossrefs

Cf. A027687 (4-perfect numbers).

Programs

  • Mathematica
    Select[Range[27720,9!,60], 4*#Vladimir Joseph Stephan Orlovsky, Apr 21 2010 *)

Formula

A001221(a(n)) >= 4 (Laatsch, 1986). - Amiram Eldar, Nov 07 2020