A105011 Primes from merging of 6 successive digits in decimal expansion of exp(Pi).
926327, 948547, 802661, 235069, 754921, 704801, 358447, 584471, 844717, 365327, 103951, 309667, 367163, 478403, 821651, 773147, 470347, 353833, 538331, 162821, 433627, 655727, 498961, 547901, 901339, 229681, 681607, 565381, 362069, 430487
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
- The first 5,000 digits of exp(PI) as calculated by _Simon Plouffe_ at WorldWideSchool.org.
- Eric Weisstein, Exponential Functions
Crossrefs
Cf. A039661.
Programs
-
Mathematica
Select[FromDigits /@ Partition[RealDigits[Exp[Pi], 10, 500][[1]], 6, 1], # > 99999 && PrimeQ[#] &] (* Vincenzo Librandi, Apr 27 2013 *)
Extensions
Changed offset from 0 to 1 by Vincenzo Librandi, Apr 27 2013