PUZZLE IBM-278
Primes that are sums of powers
IBM Research · Ponder This · 2021-06
IBM Ponder This #278 · June 2021
The numbers 32993 and 2097593 have the following curious properties:
- They are both prime
- They are both of the form
for integers - They are both of the form
for integers - They are both of the form
for integers - They are both of the form
for integers
Where in equations 3-5 the x,y values can be different from equation to equation.
For example, for 32993 we have:
Your goal: Find another number satisfying those properties. Supply your answer in the following format: first the number itself, then the
For example, for 32993, the solution is given as:
32993
2 15
143 112
15 128
25 68
A bonus "*" will be given for finding a number greater than googol
Solution
Best opened after a real attemptTo be added.