A075235 Primes whose base 5 reversal is also prime.
2, 3, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 47, 59, 61, 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131, 149, 151, 157, 163, 167, 191, 193, 211, 223, 227, 229, 233, 239, 251, 257, 269, 271, 277, 281, 293, 317, 331, 337, 347, 349, 353, 359, 367
Offset: 1
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
Prime[ Select[ Range[100], PrimeQ[ FromDigits[ Reverse[ IntegerDigits[ Prime[ # ], 5]], 5]] &]]