login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A069596
Smallest prime in which the n-th significant digit is an 8.
2
83, 809, 8009, 80021, 800011, 8000009, 80000023, 800000011, 8000000011, 80000000021, 800000000047, 8000000000009, 80000000000027, 800000000000017, 8000000000000011, 80000000000000011, 800000000000000119
OFFSET
2,1
MAPLE
seq(nextprime(8*10^j), j=1..32);
MATHEMATICA
NextPrime/@(8 10^Range[20]) (* Harvey P. Dale, Feb 04 2011 *)
KEYWORD
base,nonn
AUTHOR
Amarnath Murthy, Mar 25 2002
EXTENSIONS
More terms from Sascha Kurz, Mar 28 2002
STATUS
approved