Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #29 Apr 20 2024 10:04:28
%S 101,10009,1000151,100000609,10000003787,1000000210987,
%T 100000003272019,10000000005012649,1000000000030109609,
%U 100000000003242090733,10000000000090420109609,1000000000042957566399049,100000000000040357566399049,10000000000001990357566399049
%N k=1..n times centrally deletable primes, or -1 if no such number exists.
%C 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.
%H Jason Yuen, <a href="/A371563/b371563.txt">Table of n, a(n) for n = 1..89</a>
%H Jason Yuen, <a href="/A371563/a371563.py.txt">Python program</a>.
%e 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.
%Y Cf. A225082.
%K nonn,base
%O 1,1
%A _Jean-Marc Rebert_, Mar 27 2024
%E More terms from _Jason Yuen_, Apr 03 2024