The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A192819 Numbers which are both abundant (A005101) and anti-abundant (A192268). 1
12, 18, 20, 30, 40, 42, 48, 60, 66, 70, 72, 78, 80, 84, 88, 90, 100, 102, 104, 108, 112, 120, 126, 132, 138, 140, 144, 150, 160, 162, 168, 176, 180, 186, 192, 196, 198, 200, 204, 208, 210, 220, 222, 228, 234, 240, 252, 258, 260, 264, 270, 272, 276, 280, 282, 288 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This is to abundant numbers as A192818 is to deficient numbers.
LINKS
FORMULA
A005101 INTERSECTION A192268.
MATHEMATICA
q[n_] := Total[Cases[Range[2, n - 1], _?(Abs[Mod[n, #] - #/2] < 1 &)]] > n && DivisorSigma[1, n] > 2*n; Select[Range[300], q] (* Amiram Eldar, Jan 13 2022 after Michael De Vlieger at A066417 *)
CROSSREFS
Sequence in context: A098770 A333928 A357695 * A181487 A091191 A357696
KEYWORD
nonn
AUTHOR
Jonathan Vos Post, Jul 11 2011
EXTENSIONS
Missing term a(4) inserted and more terms added by Amiram Eldar, Jan 13 2022
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 May 16 00:16 EDT 2024. Contains 372549 sequences. (Running on oeis4.)