What is the sum of the first 10 emirps ?
And, for this problem, you have to count both 13 and 31(These are an example of the emirps.) to the problem. (Then, total of 5 pairs of emirps exist for this problem.)
Emirp is a prime number that exchanges its values(like 13 becomes 31.), it is also prime, but not reversible primes.
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.
The first 10 emirps are 13, 17, 31, 37, 71, 73, 79, 97, 107, 113.
So, 1 3 + 1 7 + 3 1 + 3 7 + 7 1 + 7 3 + 7 9 + 9 7 + 1 0 7 + 1 1 3 = 6 3 8 .