A099657 a(n) is the least prime following A002277(n) repdigits.
2, 5, 37, 337, 3343, 33343, 333337, 3333373, 33333347, 333333349, 3333333403, 33333333343, 333333333367, 3333333333347, 33333333333437, 333333333333389, 3333333333333343, 33333333333333391, 333333333333333391
Offset: 0
Examples
n=3: 33 is followed by 37.
Programs
-
Mathematica
Table[NextPrime[3*(10^n-1)/9], {n, 0, 35}]