proposed
approved
proposed
approved
editing
proposed
For k > 1, numbers k such that the digit 6 followed by k-2 occurrences of the digit 9 followed by the digits 83 is prime (see Example section).
Makoto Kamada, <a href="https://stdkmd.net/nrr/prime/primedifficultyprime_difficulty.txt">Search for 69w83</a>.
3 is in this sequence because 7*10^3 - 17 = 6983 is prime.
Initial terms and primes associated primes:
approved
editing
reviewed
approved
proposed
reviewed
editing
proposed
1, 2, 3, 11, 16, 33, 35, 37, 39, 42, 64, 94, 123, 136, 308, 309, 310, 357, 965, 1109, 2178, 8916, 9471, 18330, 62127, 252209
a(2627) > 23*10^5.
a(26) from Robert Price, May 31 2023
approved
editing
editing
approved
Select[Range[1, 100000], PrimeQ[7*10^# - 17] &]
Select[Range[1, 100000], PrimeQ[7*10^# - 17] &]
a(5) = 16, 69999999999999983; etc. #t Select[Range[1, 100000], PrimeQ[7*10^# - 17] &]
a(5) = 16, 69999999999999983; etc.
Select[Range[1, 100000], PrimeQ[7*10^# - 17] &]
approved
editing