|
Search: id:A037197
|
|
|
| A037197 |
|
Number of divisors of sigma(n) = number of divisors of n. |
|
+0 4
|
|
| 1, 2, 8, 12, 32, 52, 75, 84, 90, 98, 128, 150, 156, 338, 360, 392, 525, 528, 560, 600, 722, 867, 912, 972, 1050, 1352, 1452, 1456, 1525, 1734, 1922, 2064, 2160, 2340, 2400, 2888, 2890, 3050, 3120, 3216, 3698, 3744, 3872, 4080, 4144, 4200, 4500, 4575
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
FORMULA
|
Solutions to A000005(x)=A062068(x)=A000005[A000203(x)]
Conjecture: for n > 10^6, a(n) < n^2. - Benoit Cloitre, Aug 24, 2002
|
|
EXAMPLE
|
x = 75: D[75] = {1, 3, 5, 15, 25, 75}, D[sigma(75)] = D[124] = {1, 2, 4, 31, 62, 124}, both x and sigma[x] have 6 divisors, so 75 is here.
|
|
MATHEMATICA
|
Do[s=DivisorSigma[0, DivisorSigma[1, n]]; s0=DivisorSigma[0, n]; If[Greater[s0, s], Print[n]], {n, 1, 1000}]
|
|
CROSSREFS
|
Cf. A000005, A000203, A062068, A073802-A073804.
Sequence in context: A048074 A126775 A069185 this_sequence A125712 A062290 A078541
Adjacent sequences: A037194 A037195 A037196 this_sequence A037198 A037199 A037200
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Naohiro Nomoto ( 6284968128(AT)geocities.co.jp)
|
|
|
Search completed in 0.002 seconds
|