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.

A347200 Primes p with the following property: let d_1, d_2, ... be the distinct digits occurring in the decimal expansion of p. Then for each d_i, dropping all the digits d_i from p produces a prime number, and for each digit pair (d_i, d_j), dropping all the digits d_i and all the digits d_j from p also produces a prime number. Leading 0's are not allowed.

Original entry on oeis.org

1531, 2113, 2131, 2311, 10531
Offset: 1

Views

Author

Musab Akbas, Aug 22 2021

Keywords

Comments

a(6) > 10^10.
a(6) <= 2111111111111111111111113 (25 digits). - Jon E. Schoenfield, Aug 22 2021

Examples

			With 2113, omitting all instances of 1's gives 23, 2's gives 113, 3's gives 211, 1's and 2's gives 3, 1's and 3's gives 2, and 2's and 3's gives 11. All of these are prime numbers.
		

Crossrefs

Cf. A057876.