login

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”).

Numbers k such that k*10^k + k - 1 is prime.
0

%I #9 Dec 24 2024 22:14:18

%S 168,760,2154,9172

%N Numbers k such that k*10^k + k - 1 is prime.

%C Not proved, only Fermat and Lucas PRPs. Next term is greater than 12000. Concerning primes of the form k * 10^k + k + 1, only k = 42 yields one for all k up to 7700.

%C Next term is greater than 72000. - _Michael S. Branicky_, Dec 24 2024

%o (PARI) is(n)=ispseudoprime(n*10^n+n-1) \\ _Charles R Greathouse IV_, Jun 13 2017

%K more,nonn

%O 1,1

%A _Jason Earls_, Sep 07 2005