login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A105011
Primes from merging of 6 successive digits in decimal expansion of exp(Pi).
1
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,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]], 6, 1], # > 99999 && PrimeQ[#] &] (* Vincenzo Librandi, Apr 27 2013 *)
CROSSREFS
Cf. A039661.
Sequence in context: A251954 A098208 A251172 * A345613 A346330 A345623
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 22 07:30 EDT 2024. Contains 376097 sequences. (Running on oeis4.)