login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A104999
Primes from merging of 3 successive digits in decimal expansion of exp(2).
1
389, 227, 131, 557, 127, 257, 379, 607, 577, 431, 179, 947, 773, 547, 661, 127, 733, 337, 839, 607, 107, 239, 947, 269, 647, 523, 487, 757, 541, 467, 281, 293, 331, 101, 193, 337, 997, 953, 307, 751, 823, 947, 479, 991, 587, 877, 683, 239, 727, 883, 461
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, 500][[1]], 3, 1], #>99&&PrimeQ[#]&] (* Vincenzo Librandi, Apr 26 2013 *)
CROSSREFS
Sequence in context: A234178 A223390 A200970 * A139660 A098078 A160030
KEYWORD
nonn,base
AUTHOR
Andrew G. West (WestA(AT)wlu.edu), Mar 31 2005
STATUS
approved