A039725 Even abundant numbers divided by 2.
6, 9, 10, 12, 15, 18, 20, 21, 24, 27, 28, 30, 33, 35, 36, 39, 40, 42, 44, 45, 48, 50, 51, 52, 54, 56, 57, 60, 63, 66, 69, 70, 72, 75, 78, 80, 81, 84, 87, 88, 90, 93, 96, 98, 99, 100, 102, 104, 105, 108, 110, 111, 112, 114, 117, 120, 123, 126, 129, 130, 132, 135, 136
Offset: 1
Examples
The first even abundant number is 12, so 12/2 = 6 is the first element in this sequence.
References
- N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
Links
- T. D. Noe, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
Select[Range[2,300,2],DivisorSigma[1,#]>2*#&]/2 (* Harvey P. Dale, Mar 22 2020 *)
Formula
a(n) = A173490(n) / 2.
Extensions
Corrected and edited by Daniel Forgues, Nov 22 2010
Comments