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.

A215264 Numbers k such that sigma(k) > 5*k.

Original entry on oeis.org

122522400, 147026880, 183783600, 205405200, 220540320, 232792560, 245044800, 273873600, 294053760, 328648320, 367567200, 410810400, 428828400, 441080640, 465585120, 490089600, 492972480, 497296800, 514594080, 537213600, 547747200, 551350800, 563603040
Offset: 1

Views

Author

Donovan Johnson, Aug 07 2012

Keywords

Comments

The asymptotic density of this sequence is > 1/a(1) ~ 8*10^(-9). Wall et al. (1972) proved that it is < 0.0122. - Amiram Eldar, Feb 13 2021

Examples

			sigma(122522400) = 614210688 and 614210688 > 5 * 122522400.
		

Crossrefs

Programs

  • PARI
    for(n=122522400, 563603040, if(sigma(n)>5*n, print1(n ", ")))

Formula

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