OFFSET
1,1
COMMENTS
Leading zeros are not permitted, so each term is 8 digits in length. - Harvey P. Dale, Oct 23 2011
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
MATHEMATICA
With[{len=8}, FromDigits/@Select[Partition[RealDigits[E, 10, 1000][[1]], len, 1], PrimeQ[FromDigits[#]]&&IntegerLength[FromDigits[#]]==len&]] (* Harvey P. Dale, Oct 23 2011 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Andrew G. West (WestA(AT)wlu.edu), Mar 27 2005
EXTENSIONS
Offset changed from 0 to 1 by Vincenzo Librandi, Apr 21 2013
STATUS
approved