cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A225141 Primes from merging of 10 successive digits in the decimal expansion of exp(2).

This page as a plain text file.
%I A225141 #13 Dec 09 2014 03:31:31
%S A225141 7460575007,2252257379,6079057763,5316126547,7447839221,5414146799,
%T A225141 2933188807,8997407299,7407299869,2998696009,9869600953,2368469479,
%U A225141 6947930299,7714456831,1445683123,6619147987,8715043283,7724849201,8492011193,1193531621,2117195173
%N A225141 Primes from merging of 10 successive digits in the decimal expansion of exp(2).
%C A225141 Leading zeros are not permitted, so each prime is 10 digits in length. The terms are listed in the order in which they occur.
%H A225141 Bruno Berselli, <a href="/A225141/b225141.txt">Table of n, a(n) for n = 1..1000</a>
%H A225141 Simon Plouffe, <a href="http://www.worldwideschool.org/library/books/sci/math/MiscellaneousMathematicalConstants/chap21.html">exp(2) to 5000 digits</a>
%t A225141 With[{len = 10}, FromDigits /@ Select[Partition[RealDigits[E^2, 10, 700][[1]], len, 1], PrimeQ[FromDigits[#]] && IntegerLength[FromDigits[#]] == len &]]
%Y A225141 Cf. A072334, A104998 - A105005.
%Y A225141 Cf. A105006.
%K A225141 nonn,base
%O A225141 1,1
%A A225141 _Bruno Berselli_, Apr 30 2013