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.

A211683 Numbers > 100 such that all the substrings of length = 2 are primes.

Original entry on oeis.org

111, 113, 117, 119, 131, 137, 171, 173, 179, 197, 231, 237, 297, 311, 313, 317, 319, 371, 373, 379, 411, 413, 417, 419, 431, 437, 471, 473, 479, 531, 537, 597, 611, 613, 617
Offset: 1

Views

Author

Hieronymus Fischer, Jun 08 2012

Keywords

Comments

Only numbers > 100 are considered, since all 2-digit primes are trivial members. See A069488 for the sequence with prime terms > 100.
The sequence is infinite (for example, consider the continued concatenation of ‘11’ or of ‘13’: 111, 1111, 11111, ..., 131, 1313, 13131, ... are members).
Infinitely many terms are palindromic.

Examples

			a(2)=113, since all substrings of length = 2 are primes (11 and 13).
a(10)=197, since all substrings of length = 2 (19, 97) are primes.
		

Crossrefs