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.

A371563 k=1..n times centrally deletable primes, or -1 if no such number exists.

Original entry on oeis.org

101, 10009, 1000151, 100000609, 10000003787, 1000000210987, 100000003272019, 10000000005012649, 1000000000030109609, 100000000003242090733, 10000000000090420109609, 1000000000042957566399049, 100000000000040357566399049, 10000000000001990357566399049
Offset: 1

Views

Author

Jean-Marc Rebert, Mar 27 2024

Keywords

Comments

Smallest prime number that remains prime when removing k times (1 <= k <= n) the one or two central digits, depending on whether the prime number has an odd or even number of digits.

Examples

			a(2) = 10009. This is because 10009, 1009, and 19 are all prime numbers, and there is no smaller prime number that satisfies this property.
		

Crossrefs

Cf. A225082.

Extensions

More terms from Jason Yuen, Apr 03 2024