Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #8 Jun 23 2023 10:52:23
%S 2,3,4,6,7,25,38,152,312,824,1195,1211,1335,2228,3435,3787,10317,
%T 11140,11239
%N Numbers k such that 10^k*(2+3*10^k)+3 is prime.
%C No more terms up to k = 3800.
%o (PARI) is(n)=ispseudoprime(10^n*(2+3*10^n)+3) \\ _Charles R Greathouse IV_, Jun 13 2017
%K more,nonn
%O 1,1
%A _Jason Earls_, Dec 06 2009
%E a(17)-a(19) from _Michael S. Branicky_, Jun 22 2023