A024773 Every prefix and suffix prime in base 5 (written in base 5).
2, 3, 23, 32, 232
Offset: 1
Examples
The prime 67 is 232 in base 5. Truncating on the left, we obtain 32 (which is 17 in base 10) and 2, both of which are prime. Truncating on the right, we obtain 23 (which is 13 in base 10) and 2 again. Therefore 232 is in the sequence.
Comments