|
Search: id:A064597
|
|
|
| A064597 |
|
Nonunitary abundant numbers: the sum of the nonunitary divisors of n is larger than n; i.e. sigma(n) - usigma(n) > n. |
|
+0 5
|
|
| 36, 48, 72, 80, 96, 108, 120, 144, 160, 168, 180, 192, 200, 216, 224, 240, 252, 264, 280, 288, 300, 312, 320, 324, 336, 352, 360, 384, 392, 396, 400, 408, 416, 432, 448, 456, 468, 480, 504, 528, 540, 552, 560, 576, 588, 600, 612, 624, 640, 648, 672, 684
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
EXAMPLE
|
The sum of the nonunitary divisors of 36 is 2+3+6+12+18 = 41.
|
|
MATHEMATICA
|
nusigma[ n_ ] := DivisorSigma[ 1, n ]-Times@@(1+Power@@#&/@FactorInteger[ n ]); For[ n=1, True, n++, If[ nusigma[ n ]>n, Print[ n ] ] ]
|
|
CROSSREFS
|
Cf. A048146, A064591, A064598, A063846.
Adjacent sequences: A064594 A064595 A064596 this_sequence A064598 A064599 A064600
Sequence in context: A048034 A068143 A083674 this_sequence A119850 A033701 A132956
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
Dean Hickerson (dean(AT)math.ucdavis.edu), Sep 25, 2001
|
|
|
Search completed in 0.002 seconds
|