|
Search: id:A113837
|
|
|
| A113837 |
|
A number n is included if d(sigma(n)) > sigma(d(n)), where d(n) is number of positive divisors of n, and sigma(n) is sum of positive divisors of n. |
|
+0 1
|
|
| 5, 7, 11, 13, 14, 15, 17, 19, 22, 23, 26, 27, 29, 31, 33, 34, 35, 37, 38, 39, 41, 43, 46, 47, 51, 53, 54, 55, 56, 57, 58, 59, 61, 62, 65, 67, 69, 71, 73, 74, 77, 78, 79, 82, 83, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 97, 101, 102, 103, 104, 106, 107, 109, 110, 111, 113, 114
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
EXAMPLE
|
d(sigma(14)) = d(24) = 8. And sigma(d(14)) = sigma(4) = 7. Since 8 > 7, 14 is in the sequence.
|
|
MAPLE
|
with(numtheory): a:=proc(n) if tau(sigma(n))>sigma(tau(n)) then n else fi end: seq(a(n), n=1..122); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Feb 06 2006
|
|
CROSSREFS
|
Cf. A062068, A062069.
Sequence in context: A082684 A096379 A098761 this_sequence A079498 A035035 A113909
Adjacent sequences: A113834 A113835 A113836 this_sequence A113838 A113839 A113840
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Leroy Quet (qq-quet(AT)mindspring.com), Jan 23 2006
|
|
EXTENSIONS
|
More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Feb 06 2006
|
|
|
Search completed in 0.002 seconds
|