Find the sum of all the positive square-free integers whose divisors add up to .
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.
If a number's prime factorization is p 1 q 1 × p 2 q 2 × p 3 q 3 × . . . × p k q k , where p 1 , p 2 , p 3 , . . . , p k are primes, its sum of divisors is ( p 1 0 + p 1 1 + . . . + p 1 q 1 ) ( p 2 0 + p 2 1 + . . . + p 2 q 2 ) . . . ( p k 0 + p k 1 + . . . + p k q k ) .
As the integers are square-free, their prime factorizations do not contain any exponents greater than 1. Therefore, their sum of divisors will be ( 1 + p 1 ) ( 1 + p 2 ) . . . ( 1 + p k ) .
2 8 8 = 2 5 × 3 2 . There are a total of 6 ways to express 2 8 8 as the product ( 1 + p 1 ) ( 1 + p 2 ) . . . ( 1 + p k ) :
2 8 8 = ( 1 + 3 ) ( 1 + 7 1 ) , giving the number 3 × 7 1 = 2 1 3
2 8 8 = ( 1 + 5 ) ( 1 + 4 7 ) , giving the number 5 × 4 7 = 2 3 5
2 8 8 = ( 1 + 1 1 ) ( 1 + 2 3 ) , giving the number 1 1 × 2 3 = 2 5 3
2 8 8 = ( 1 + 2 ) ( 1 + 3 ) ( 1 + 2 3 ) , giving the number 2 × 3 × 2 3 = 1 3 8
2 8 8 = ( 1 + 2 ) ( 1 + 7 ) ( 1 + 1 1 ) , giving the number 2 × 7 × 1 1 = 1 5 4
2 8 8 = ( 1 + 3 ) ( 1 + 5 ) ( 1 + 1 1 ) , giving the number 3 × 5 × 1 1 = 1 6 5
The sum of these numbers is 1 1 5 8 .