OFFSET
1,1
LINKS
Harvey P. Dale and 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
With[{c=FromDigits/@Partition[RealDigits[Exp[2], 10, 1000][[1]], 4, 1]}, Select[ c, IntegerLength[#]==4&&PrimeQ[#]&]] (* Harvey P. Dale, Nov 02 2011 *)
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 28 2013
STATUS
approved