Consider the set 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 that are less than
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.
Suppose n is an element of S . Its smallest divisor greater than 1 will be some prime p , and so n will have p divisors. But if the prime factorization of n is p 1 a 1 p 2 a 2 ⋅ ⋅ ⋅ p k a k then the number of divisors is ( a 1 + 1 ) ( a 2 + 1 ) ⋅ ⋅ ⋅ ( a k + 1 ) . For this to equal p only one of these factors can exceed 1 , and thus n can only have one prime factor, namely p .
We therefore have that if an integer n is an element of S then it must be that n = p p − 1 for some prime p . Conversely, any integer of the form p p − 1 for some prime p will be an element of S . The elements of S that are less than 1 , 0 0 0 , 0 0 0 are then 2 2 − 1 = 2 , 3 3 − 1 = 9 , 5 5 − 1 = 6 2 5 and 7 7 − 1 = 1 1 7 6 4 9 , and the sum of these four values is 1 1 8 2 8 5 .