A divisor diversion

σ ( N ) = d 2 \sigma(N) = d_2

Consider the set S S of all integers greater than 1 each of which satisfy the condition that its smallest divisor greater than 1 equals the total number of its divisors.

Find the sum of all elements of S S that are less than 1 0 6 . 10^6.


The answer is 118285.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Suppose n n is an element of S S . Its smallest divisor greater than 1 1 will be some prime p p , and so n n will have p p divisors. But if the prime factorization of n n is p 1 a 1 p 2 a 2 p k a k p_{1}^{a_{1}} p_{2}^{a_{2}} \cdot\cdot\cdot p_{k}^{a_{k}} then the number of divisors is ( a 1 + 1 ) ( a 2 + 1 ) ( a k + 1 ) (a_{1} + 1)(a_{2} + 1)\cdot\cdot\cdot(a_{k} + 1) . For this to equal p p only one of these factors can exceed 1 1 , and thus n n can only have one prime factor, namely p p .

We therefore have that if an integer n n is an element of S S then it must be that n = p p 1 n = p^{p-1} for some prime p p . Conversely, any integer of the form p p 1 p^{p-1} for some prime p p will be an element of S S . The elements of S S that are less than 1 , 000 , 000 1,000,000 are then 2 2 1 = 2 , 3 3 1 = 9 , 5 5 1 = 625 2^{2-1} = 2, 3^{3-1} = 9, 5^{5-1} = 625 and 7 7 1 = 117649 7^{7-1} = 117649 , and the sum of these four values is 118285 . \boxed{118285}.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...