login
A105002
Primes from merging of 6 successive digits in decimal expansion of exp(2).
1
650227, 518473, 379607, 338431, 737531, 753161, 126547, 866123, 839221, 392213, 398077, 537023, 702391, 913309, 225523, 523487, 348757, 462541, 254141, 414679, 707633, 378997, 407299, 303307, 831239, 123923, 833999, 996461, 520967, 356263
OFFSET
1,1
LINKS
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
Sequence in context: A057847 A058327 A234160 * A162892 A232675 A321064
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