Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A104846
Primes from merging of 5 successive digits in decimal expansion of e.
24
74713, 62497, 24977, 24709, 47093, 95957, 49669, 27427, 46639, 32003, 59921, 21817, 35729, 63073, 28627, 27943, 94349, 33829, 98807, 57383, 41879, 18793, 91499, 68477, 47741, 37423, 42437, 24371, 10753, 17027, 61331, 13313, 93287
OFFSET
1,1
COMMENTS
Leading zeros are not permitted, so each term is 5 digits in length. - Harvey P. Dale, Oct 23 2011
LINKS
MATHEMATICA
With[{len=5}, 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 20 2013
STATUS
approved