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.

A134716 a(n) = least number m such that sigma(m)/m > n, where sigma(m) = sum of divisors of m.

Original entry on oeis.org

1, 2, 12, 180, 27720, 122522400, 130429015516800, 1970992304700453905270400, 1897544233056092162003806758651798777216000, 4368924363354820808981210203132513655327781713900627249499856876120704000
Offset: 0

Views

Author

Pierre CAMI, Jan 27 2008, corrected Feb 26 2008 with the help of Emeric Deutsch

Keywords

Comments

More terms can be obtained by expanding the expressions in the example lines. - N. J. A. Sloane, Feb 26 2008

Examples

			Values written as products of primorials:
   n a(n)
   0 1
   1 2
   2 2*3#
   3 3#*5# (= 180)
   4 2*3#*11#
   5 8*5#*17#
   6 16*3#*7#*29#
   7 8*3#*3#*7#*53#
   8 32*3#*3#*5#*11#*89#
   9 32*3#*3#*7#*17#*157#
  10 16*3#*3#*5#*7#*23#*271#
  11 16*3#*3#*5#*7#*29#*487#
  12 16*3#*3#*5#*7#*13#*31#*857#
		

Crossrefs

Cf. A000203 (sigma), A023199 (least k with sigma(k) >= nk).