The sum of two prime powers equal a third prime power.

259 Views Asked by At

Is

$$13^2 + 7^3 = 512=2^9$$

the only solution for the sum of two primes $p,q$ raised to powers greater than $1$ equals a third prime power?

2

There are 2 best solutions below

2
On

No, it isn't. For instance, we have:

  • $2^n+2^n=2^{n+1}$, for all $n$ meeting problem constraints; and
  • $2^4+3^2=5^2$.
1
On

You can check these types of numbers on wolfram alpha.

However you can see that $3^1+6^1=9^1$