OFFSET
1,2
COMMENTS
By definition, a strictly increasing sequence.
See A185120 for further comments and explanations.
EXAMPLE
PROG
(PARI) {default(realprecision, 2000); e=exp(1)*.1; for( n=1, 9e9, ispseudoprime(e\.1^n)|next; print1(n", "); e=frac(e*10^n))}
CROSSREFS
KEYWORD
nonn,base
AUTHOR
M. F. Hasler, Apr 01 2012
STATUS
approved