A230608 Numbers with abundancy 4 <= sigma(n)/n < 5.
27720, 30240, 32760, 50400, 55440, 60480, 65520, 75600, 83160, 85680, 90720, 95760, 98280, 100800, 105840, 110880, 115920, 120120, 120960, 128520, 131040, 138600, 141120, 143640, 151200, 163800, 166320, 171360, 176400, 180180, 181440, 184800, 191520, 194040
Offset: 1
Keywords
Examples
27720 is in sequence because sigma(27720) / 27720 = 112320 / 27720 = 4.0519....
Links
- Jaroslav Krizek, Table of n, a(n) for n = 1..1000
- Eric Weisstein's World of Mathematics, Abundancy
- Eric Weisstein's World of Mathematics, Abundant Number
Crossrefs
Programs
-
Mathematica
Select[Range[200000], 4 <= DivisorSigma[1, #]/# < 5 &] (* T. D. Noe, Dec 04 2013 *)
Extensions
Corrected and edited by M. F. Hasler, Dec 05 2013
Comments