|
| |
|
|
A023196
|
|
Numbers n such that sigma(n) >= 2n (union of perfect (A000396) and abundant (A005101) numbers).
|
|
16
| |
|
|
6, 12, 18, 20, 24, 28, 30, 36, 40, 42, 48, 54, 56, 60, 66, 70, 72, 78, 80, 84, 88, 90, 96, 100, 102, 104, 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; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| These are the non-deficient numbers.
Comment from Max Alekseyev (maxale(AT)gmail.com), Jan 26 2005: The sequence of n that give local minima for A004125, i.e. such that A004125(n-1)>A004125(n) and A004125(n) < A004125(n+1) coincides with this sequence for the first 1014 terms. Then there appears 4095 which is a term of A023196 but is not a local minima.
Also union of pseudoperfect and weird numbers. Cf. A005835, A006037. - Frank Adams-Watters (FrankTAW(AT)Netscape.net), Mar 29 2006
|
|
|
LINKS
| T. D. Noe, Table of n, a(n) for n=1..1000
|
|
|
FORMULA
| If n is a member so is every positive multiple of n. The "primitive" members form A006039.
|
|
|
MATHEMATICA
| Flatten[Table[If[DivisorSigma[1, n] >= 2*n, n, {}], {n, 1, 300}]] - Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Sep 18 2008
|
|
|
CROSSREFS
| Cf. A004125, A006039, A000396, A005101.
Sequence in context: A119357 A097216 A177052 * A204829 A005835 A007620
Adjacent sequences: A023193 A023194 A023195 * A023197 A023198 A023199
|
|
|
KEYWORD
| nonn,nice
|
|
|
AUTHOR
| David W. Wilson (davidwwilson(AT)comcast.net)
|
| |
|
|