let be $ p,q,r $ prime numbers AND 'n' an integer
is then true that we can always look for p,q,r and an integer n so
$$ p^{n}+q=r $$
- $ 5+2=7$
- $ 2^{3}+3=11 $
- $ 3^{4}+2=83 $
abnd so on
let be $ p,q,r $ prime numbers AND 'n' an integer
is then true that we can always look for p,q,r and an integer n so
$$ p^{n}+q=r $$
abnd so on
If $n=1$, it is twin prime. Twin prime
If $n\ge 2$. we can see if $p=2$, then the problem is
$2^n+q = r$, actually it is Polignac's conjecture.Polignac
if $q=2$, then the problem is
$p^n+2 = r$, it is something like twin prime.