cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A024773 Every prefix and suffix prime in base 5 (written in base 5).

Original entry on oeis.org

2, 3, 23, 32, 232
Offset: 1

Views

Author

Keywords

Comments

Primes that are both left-truncatable and right-truncatable in base 5.

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.