login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A140522 Numbers for which sigma(n) - 2n exceeds sigma(k) - 2k for all k < n. 3
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; text; internal format)
OFFSET
1,2
LINKS
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 (* Stefan Steinerberger, Aug 04 2008 *)
DeleteDuplicates[Table[{n, DivisorSigma[1, n]-2n}, {n, 11000}], GreaterEqual[ #1[[2]], #2[[2]]]&][[;; , 1]] (* Harvey P. Dale, Mar 16 2023 *)
CROSSREFS
Cf. A002093 (d=0) and A034090 (d=1).
Sequence in context: A323002 A249127 A277336 * A065218 A187678 A124509
KEYWORD
nonn
AUTHOR
J. Lowell, Jul 02 2008
EXTENSIONS
More terms from Stefan Steinerberger, Aug 04 2008
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 06:24 EDT 2024. Contains 371769 sequences. (Running on oeis4.)