OFFSET
0,1
EXAMPLE
a(3)=51203 because this is the smallest prime starting with 8^3=512.
MAPLE
for i from 1 to 40 do a := nextprime(8^i*10); b := 1; while(a-8^i*10^b>=10^b) do b := b+1; a := nextprime(8^i*10^b); end do; c[i] := a; end do:q := seq(c[i], i=1..40);
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Amarnath Murthy, Mar 10 2002
EXTENSIONS
More terms from Sascha Kurz and Benoit Cloitre, Mar 17 2002
STATUS
approved