Find the sum of all positive integers r such that for all primes p where p > 5 0 0 , S ( p r ) − p r = 9 9 2 , where S ( n ) is the aliquot sum or sum of all divisors of n less than n .
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.
Let r 1 , r 2 , r 3 … be the factors of r less than r . Since p is prime,
S ( r p ) = r 1 p + r 2 p + r 3 p + … + r + r 1 + r 2 + r 3 + …
S ( r p ) − r p = ( r 1 p + r 2 p + r 3 p + … − r p ) + ( r + r 1 + r 2 + r 3 + … )
S ( r p ) − r p = p ( r 1 + r 2 + r 3 + … − r ) + ( r + r 1 + r 2 + r 3 + … )
This gives us r 1 + r 2 + r 3 + … = r
Therefore, S ( r p ) − r p = p ( ( r 1 + r 2 + r 3 + … ) − r ) + ( r + r 1 + r 2 + r 3 + … )
S ( r p ) − r p = p ( r − r ) + ( r + r 1 + r 2 + r 3 + … )
S ( r p ) − r p = ( r + ( r 1 + r 2 + r 3 + … ) )
S ( r p ) − r p = r + r
S ( r p ) − r p = 2 r
9 9 2 = 2 r
r = 4 9 6
Your argument does not work if r and p have a factor in common. Suppose, for example, that r = p 2 . Then r 1 , r 2 are 1 , p and so S ( r p ) = S ( p 3 ) = 1 + p + p 2 while r 1 p + r 2 p + r + r 1 + r 2 = p + p 2 + p 2 + 1 + p = 1 + 2 p + 2 p 2 .
Problem Loading...
Note Loading...
Set Loading...
If σ ( n ) is the sum of all divisors of n , we want to find integers r such that σ ( p r ) = 2 p r + 9 9 2 for all primes p greater than 5 0 0 . If r is such a number then, by choosing p large enough, we can assume that p and r are coprime. Since σ is a multiplicative function, it follows that ( p + 1 ) σ ( r ) = σ ( p ) σ ( r ) = σ ( p r ) = 2 p r + 9 9 2 and hence p ( σ ( r ) − 2 r ) = 9 9 2 − σ ( r ) . Since this identity must be true for all large enough p , and so certainly for p greater than ∣ 9 9 2 − σ ( r ) ∣ , we deduce that σ ( r ) − 2 r = 0 and 9 9 2 − σ ( r ) = 0 . Since 4 9 6 is perfect, r = 4 9 6 is the only solution of these equations, and so is such that σ ( p r ) = 2 p r + 9 9 2 for all primes p coprime to r = 4 9 6 .
Since any prime p greater than 5 0 0 must be coprime to 4 9 6 , we see that 4 9 6 does indeed satisfy the equation, and so is the only solution. The sum of all solutions is, therefore, 4 9 6 .