A117349 Near-multiperfects with primes, powers of 2 and 6 * prime excluded, abs(sigma(n) mod n) <= log(n).
6, 10, 20, 28, 70, 88, 104, 110, 120, 136, 152, 464, 496, 592, 650, 672, 884, 1155, 1888, 1952, 2144, 4030, 5830, 8128, 8384, 8925, 11096, 17816, 18632, 18904, 30240, 32128, 32445, 32760, 32896, 33664, 45356, 70564, 77744, 85936, 91388, 100804, 116624
Offset: 1
Keywords
Examples
70 is a term because sigma(70) = 144 = 2*70 + 4, while 4 < log(70) ~= 4.248.
References
- R. K. Guy, Unsolved Problems in Number Theory, B2.
Links
- Donovan Johnson, Table of n, a(n) for n = 1..180 (terms <= 10^12)
- Eric Weisstein's World of Mathematics, Multiperfect Number
Crossrefs
Formula
sigma(n) = k*n + r, abs(r) <= log(n).
Extensions
Offset corrected by Donovan Johnson, Oct 01 2012
Comments