|
Search: id:A064599
|
|
|
| A064599 |
|
The sum of the nonunitary divisors of n is a divisor of n; i.e. sigma(n) - usigma(n) divides n. |
|
+0 2
|
|
| 4, 9, 18, 24, 25, 49, 112, 121, 169, 289, 361, 529, 841, 961, 1369, 1681, 1849, 1984, 2209, 2809, 3481, 3721, 4489, 5041, 5329, 6241, 6889, 7921, 9409, 10201, 10609, 11449, 11881, 12769, 16129, 17161, 18769, 19321, 22201, 22801, 24649, 26569
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
The sequence consists of the nonunitary perfect numbers (A064591), squares of primes (A001248), and 18.
|
|
MATHEMATICA
|
nusigma[ n_ ] := DivisorSigma[ 1, n ]-Times@@(1+Power@@#&/@FactorInteger[ n ]); For[ n=1, True, n++, v=nusigma[ n ]; If[ v>0&&Mod[ n, v ]==0, Print[ n ] ] ]
|
|
CROSSREFS
|
Cf. A048146, A064591.
Adjacent sequences: A064596 A064597 A064598 this_sequence A064600 A064601 A064602
Sequence in context: A008236 A088365 A139468 this_sequence A062952 A100435 A026412
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
Dean Hickerson (dean(AT)math.ucdavis.edu), Sep 25, 2001
|
|
|
Search completed in 0.002 seconds
|