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”).

Smallest prime in which the n-th significant digit is an 8.
2

%I #11 Feb 10 2014 01:21:06

%S 83,809,8009,80021,800011,8000009,80000023,800000011,8000000011,

%T 80000000021,800000000047,8000000000009,80000000000027,

%U 800000000000017,8000000000000011,80000000000000011,800000000000000119

%N Smallest prime in which the n-th significant digit is an 8.

%p seq(nextprime(8*10^j),j=1..32);

%t NextPrime/@(8 10^Range[20]) (* _Harvey P. Dale_, Feb 04 2011 *)

%Y Cf. A069588, A069589, A069590, A069591, A069592, A069593, A069594, A069595.

%K base,nonn

%O 2,1

%A _Amarnath Murthy_, Mar 25 2002

%E More terms from _Sascha Kurz_, Mar 28 2002