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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A225141 Primes from merging of 10 successive digits in the decimal expansion of exp(2). 2
7460575007, 2252257379, 6079057763, 5316126547, 7447839221, 5414146799, 2933188807, 8997407299, 7407299869, 2998696009, 9869600953, 2368469479, 6947930299, 7714456831, 1445683123, 6619147987, 8715043283, 7724849201, 8492011193, 1193531621, 2117195173 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Leading zeros are not permitted, so each prime is 10 digits in length. The terms are listed in the order in which they occur.
LINKS
Simon Plouffe, exp(2) to 5000 digits
MATHEMATICA
With[{len = 10}, FromDigits /@ Select[Partition[RealDigits[E^2, 10, 700][[1]], len, 1], PrimeQ[FromDigits[#]] && IntegerLength[FromDigits[#]] == len &]]
CROSSREFS
Cf. A105006.
Sequence in context: A199632 A104851 A226950 * A015413 A288090 A306828
KEYWORD
nonn,base
AUTHOR
Bruno Berselli, Apr 30 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)