How many prime numbers exist, such that is also a prime?
If you think that there are infinitely many, enter as your answer.
Details and assumptions
denotes that the number is written in base .
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.
1 1 p written in base 10 is equal to p + 1 .
Since every prime number except 2 is odd, 1 1 p must be even, and therefore composite, for any p > 2 .
For p = 2 :
1 1 2 = 2 1 0 + 1 1 0 = 3 1 0 .
As we know 3 is prime, we know 1 1 2 is prime.
Therefore, there exists 1 prime number for which this is true.