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.

A378697 Table T(n,k), 0 < n and 0 <= k < n, where the n-th row contains the smallest n-digit primes that remain prime even if any k of their digits are deleted, or -1 if no such prime exists.

This page as a plain text file.
%I A378697 #18 Dec 12 2024 23:31:09
%S A378697 2,11,23,103,113,223,2237,10007,10193,-1,11113,22273,100003,166931,-1,
%T A378697 -1,111119,222323,1000003,1367777,-1,-1,-1,1111711,2222273,10000019,
%U A378697 13334117,-1,-1,-1,-1,11111117,22222223,100000007,110499911,-1,-1,-1,-1,-1,111111113,222222227
%N A378697 Table T(n,k), 0 < n and 0 <= k < n, where the n-th row contains the smallest n-digit primes that remain prime even if any k of their digits are deleted, or -1 if no such prime exists.
%e A378697 Row 2 contains 11 and 23 because 11 remains prime if any 0 of its digits are deleted, and 23 remains prime if any 1 of its digits is deleted, and no lesser 2-digit prime has this property.
%e A378697 Table begins:
%e A378697   2;
%e A378697   11, 23;
%e A378697   103, 113, 223;
%e A378697   1009, 1013, 1117, 2237;
%e A378697   10007, 10193, -1, 11113, 22273;
%e A378697   100003, 166931, -1, -1, 111119, 222323;
%e A378697   1000003, 1367777, -1, -1, -1, 1111711, 2222273;
%e A378697   10000019, 13334117, -1, -1, -1, -1, 11111117, 22222223;
%e A378697   ...
%Y A378697 Cf. A003617, A019546, A051362, A378081, A378563.
%K A378697 sign,base,tabl
%O A378697 1,1
%A A378697 _Jean-Marc Rebert_, Dec 04 2024