login
A105010
Primes from merging of 5 successive digits in decimal expansion of exp(Pi).
1
69263, 63277, 32779, 90863, 35069, 52783, 77731, 69383, 44587, 79609, 65327, 53279, 24223, 84401, 41039, 68477, 77243, 68059, 95881, 84449, 44491, 16319, 31963, 34147, 11287, 63773, 47353, 82129, 78919, 57271, 13397, 65951, 95101
OFFSET
1,1
LINKS
The first 5,000 digits of exp(PI) as calculated by Simon Plouffe at WorldWideSchool.org.
Eric Weisstein, Exponential Functions
MATHEMATICA
Select[FromDigits /@ Partition[RealDigits[Exp[Pi], 10, 500][[1]], 5, 1], # > 9999 && PrimeQ[#] &] (* Vincenzo Librandi, Apr 27 2013 *)
CROSSREFS
Cf. A039661.
Sequence in context: A096551 A096552 A031663 * A190379 A205758 A205588
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 27 2013
STATUS
approved