A069596 Smallest prime in which the n-th significant digit is an 8.
83, 809, 8009, 80021, 800011, 8000009, 80000023, 800000011, 8000000011, 80000000021, 800000000047, 8000000000009, 80000000000027, 800000000000017, 8000000000000011, 80000000000000011, 800000000000000119
Offset: 2
Programs
-
Maple
seq(nextprime(8*10^j),j=1..32);
-
Mathematica
NextPrime/@(8 10^Range[20]) (* Harvey P. Dale, Feb 04 2011 *)
Extensions
More terms from Sascha Kurz, Mar 28 2002