A069595 Smallest prime in which the n-th significant digit is a 6.
61, 601, 6007, 60013, 600011, 6000011, 60000011, 600000001, 6000000001, 60000000029, 600000000031, 6000000000023, 60000000000013, 600000000000073, 6000000000000001, 60000000000000037, 600000000000000043
Offset: 2
Programs
-
Maple
seq(nextprime(6*10^j),j=1..32);
-
Mathematica
Table[NextPrime[6 10^i],{i,20}] (* Harvey P. Dale, Mar 30 2011 *)
Extensions
More terms from Sascha Kurz, Mar 28 2002