OFFSET
1,4
COMMENTS
a(10)=99 leads to the 10-digit prime 7427466391 which is the answer to the so-called "google puzzle" (January 2006).
PROG
(PARI) \p10000 e=exp(1): f(i, l)=lift(Mod(floor(e*10^(l-1+i)), 10^l)) prem(l)=local(i); i=0; while(!isprime(f(i, l)), i++); i for(l=1, 1000, write(indices, Str(prem(l) ", ")))
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Pascal Molin (colin.lampas(AT)laposte.net), Feb 23 2006
STATUS
approved