OFFSET
1,1
COMMENTS
For k > 1, numbers k such that the digits 62 followed by k-1 occurrences of the digit 6 followed by the digit 9 is prime (see Example section).
a(21) > 2*10^5.
LINKS
Makoto Kamada, Factorization of near-repdigit-related numbers.
Makoto Kamada, Search for 626w9.
EXAMPLE
2 is in this sequence because (188*10^2 + 7)/3 = 6269 is prime.
Initial terms and associated primes:
a(1) = 2, 6269;
a(2) = 29, 6266666666666666666666666666669;
a(3) = 35, 6266666666666666666666666666666666669;
a(4) = 44, 6266666666666666666666666666666666666666666669; etc..
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(188*10^# + 7)/3] &]
CROSSREFS
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Nov 21 2017
EXTENSIONS
a(20) from Robert Price, Mar 21 2020
STATUS
approved