OFFSET
1,1
COMMENTS
For k > 1, numbers k such that the digit 3 followed by k-2 occurrences of the digit 6 followed by the digits 17 is prime (see Example section).
a(27) > 2*10^5.
LINKS
Makoto Kamada, Factorization of near-repdigit-related numbers.
Makoto Kamada, Search for 36w17.
EXAMPLE
3 is in this sequence because (11*10^3 - 149)/3 = 3617 is prime.
Initial terms and associated primes:
a(1) = 2, 317;
a(2) = 3, 3617;
a(3) = 14, 366666666666617;
a(4) = 36, 3666666666666666666666666666666666617;
a(5) = 51, 3666666666666666666666666666666666666666666666666617; etc.
MATHEMATICA
Select[Range[2, 100000], PrimeQ[(11*10^# - 149)/3] &]
CROSSREFS
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Jan 22 2017
EXTENSIONS
a(26) from Robert Price, Sep 14 2018
STATUS
approved