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

A289753
Numbers k such that 2*10^k - 43 is prime.
0
2, 6, 8, 13, 24, 38, 42, 47, 324, 338, 3957, 4243, 4623, 4692, 4824, 5741, 7611, 8403, 10499, 21386, 56083, 132493, 135083, 136057, 138162, 193981
OFFSET
1,1
COMMENTS
For k > 1, numbers k such that the digit 1 followed by k-2 occurrences of the digit 9 followed by the digits 57 is prime (see Example section).
a(27) > 2*10^5.
EXAMPLE
6 is in this sequence because 2*10^6 - 43 = 1999957 is prime.
Initial terms and associated primes:
a(1) = 2, 157;
a(2) = 6, 1999957;
a(3) = 8, 199999957;
a(4) = 13, 19999999999957;
a(5) = 24, 1999999999999999999999957; etc.
MATHEMATICA
Select[Range[2, 100000], PrimeQ[2*10^# - 43] &]
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Jul 11 2017
EXTENSIONS
a(22)-a(26) from Robert Price, Apr 11 2018
STATUS
approved