Determine the smallest integer such that there exist distinct primes whose squares sum to a power of .
Solution
For (where and are two distinct primes) to be equal to (where ), we must have both and odd. This would give , while , a contradiction.
For (where and are three distinct primes) to be equal to (where ), we must have (say) and both and odd. This would give , while , a contradiction.
For (where and are four distinct primes) to be equal to (where ), we must have all four of these primes odd, say , . This would give for some integer , since each is even. Then would be a contradiction, as is even if .
We see that the smallest that we are looking for must satisfy . Now, for the sum of the squares of five distinct primes to be a power of , one of them must be . The sum of the squares of the five smallest primes is not a power of two, but the very next choice of smallest primes does indeed satisfy the requirement: . Hence is the smallest we are looking for.