A238854 Largest right-truncatable, reversible prime in base n.
23, 53, 449, 191, 1171, 30671, 5827, 3733, 901687, 10357, 834469, 3043427, 5430889, 4060019, 498061, 34763, 118248433, 62344463, 218555173, 4463351, 114607657, 7903613, 14523874693, 211675817, 32814697, 93375223, 162466979, 8052409793, 12006877873
Offset: 3
Examples
a(4) = 53 because it is a prime which in base 4 reads 311_b4, its reverse 113_b4 (decimal 23) is also a prime, the same holds for all its base-4 prefixes (31_b4 and 3_b4), and it is the largest natural having these properties.
Links
- Stanislav Sykora, Table of n, a(n) for n = 3..390
- Stanislav Sykora, PARI/GP scripts for genetic threads, with code and comments.
Crossrefs
Programs
-
PARI
See the link.
Comments