|
| |
|
|
A140522
|
|
Numbers for which sigma(n) - 2n exceeds sigma(k) - 2k for all k < n.
|
|
1
| |
|
|
1, 6, 12, 24, 36, 48, 60, 72, 84, 96, 108, 120, 168, 180, 240, 300, 336, 360, 420, 480, 540, 600, 660, 720, 840, 1008, 1080, 1200, 1260, 1440, 1680, 2100, 2160, 2520, 3240, 3360, 3780, 3960, 4200, 4620, 4680, 5040, 6300, 6720, 7200, 7560, 8400, 9240, 10080
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
LINKS
| Donovan Johnson, Table of n, a(n) for n = 1..500
|
|
|
EXAMPLE
| 72 is the smallest number > 60 with an abundance > the abundance of 60. - Donovan Johnson, Jan 20 2012
|
|
|
MATHEMATICA
| a = {1}; m = -1; For[n = 2, n < 20000, n++, If[DivisorSigma[1, n] - 2*n > m, m = DivisorSigma[1, n] - 2*n; AppendTo[a, n]]]; a [From Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Aug 04 2008]
|
|
|
CROSSREFS
| Cf. A002093 (d=0) and A034090 (d=1).
Sequence in context: A110967 A000082 A106697 * A065218 A187678 A124509
Adjacent sequences: A140519 A140520 A140521 * A140523 A140524 A140525
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| J. Lowell (jhbubby(AT)mindspring.com), Jul 02 2008
|
|
|
EXTENSIONS
| More terms from Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Aug 04 2008
|
| |
|
|