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!)
A175837 (2n-1)-abundant numbers 3
12, 18, 24, 30, 36, 40, 42, 48, 54, 56, 60, 66, 70, 72, 78, 80, 84, 88, 90, 96, 100, 102, 108, 112, 114, 120, 126, 132, 138, 140, 144, 150, 156, 160, 162, 168, 174, 176, 180, 186, 192, 196, 198, 200, 204, 208, 210, 216, 220, 222, 224, 228, 234, 240, 246, 252 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A number k is (2n-1)-abundant if sum_{d|k, d<k} (2*d-1) > 2*k-1, a specialization of the definition in A175522.
Adding 2k-1 on both sides of the condition yields the equivalent condition A129246(k) > 2*(2k-1).
Adding 2k-1 on both sides also yields sum_{d|k} (2*d-1) > 2*(2k-1), equivalent to 2*sum_{d|k}d - tau(k) > 2*(2k-1) or sigma(k) > 2k-1+tau(k)/2, equivalent to A033880(k) > tau(k)/2-1.
LINKS
FORMULA
A175837 = { n | A033880(n) > A000005(n)/2-1 }.
MATHEMATICA
aQ[n_] := DivisorSum[n, 2#-1&, #<n&] > 2n-1; Select[Range[252], aQ] (* Amiram Eldar, Feb 18 2019 *)
CROSSREFS
Sequence in context: A056773 A297925 A341099 * A136446 A074726 A341475
KEYWORD
nonn
AUTHOR
Vladimir Shevelev, Dec 05 2010
EXTENSIONS
More terms from Amiram Eldar, Feb 18 2019
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)