OFFSET
1,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
The first 5,000 digits of exp(2) as calculated by Simon Plouffe at WorldWideSchool.org.
Eric Weisstein, Exponential Functions
MATHEMATICA
Select[FromDigits/@Partition[RealDigits[Exp[2], 10, 700][[1]], 6, 1], #>99999&&PrimeQ[#]&] (* Vincenzo Librandi, Apr 26 2013 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Andrew G. West (WestA(AT)wlu.edu), Mar 31 2005
EXTENSIONS
Changed offset from 0 to 1 by Vincenzo Librandi, Apr 26 2013
STATUS
approved