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

A284427
Numbers k such that (206*10^k - 17)/9 is prime.
0
1, 2, 4, 5, 11, 16, 23, 193, 217, 412, 413, 2662, 4388, 5383, 6391, 7847, 12698, 14369, 16358, 20345, 28483, 75073, 79268, 100189, 116687
OFFSET
1,2
COMMENTS
For k > 1, numbers k such that the digits 22 followed by k-1 occurrences of the digit 8 followed by the digit 7 is prime (see Example section).
a(26) > 2*10^5.
EXAMPLE
4 is in this sequence because (206*10^4-17)/9 = 228887 is prime.
Initial terms and associated primes:
a(1) = 1, 227;
a(2) = 2, 2287;
a(3) = 4, 228887;
a(4) = 5, 2288887;
a(5) = 11, 2288888888887; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(206*10^#-17)/9] &]
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Mar 26 2017
EXTENSIONS
a(24)-a(25) from Robert Price, Jan 14 2020
STATUS
approved