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.

A225036 Primes from merging of 10 successive digits in the decimal expansion of Pi^2.

This page as a plain text file.
%I A225036 #26 Dec 09 2014 03:34:54
%S A225036 5913774023,9137740231,7402314407,4023144077,8735261779,4830981887,
%T A225036 8309818873,3307626667,8853659527,6595276357,5952763577,7635775283,
%U A225036 3577528379,3792268331,9085975607,9264752779,6698082641,8968771057,1057327889,5972589229,4137067777
%N A225036 Primes from merging of 10 successive digits in the decimal expansion of Pi^2.
%C A225036 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 A225036 Bruno Berselli, <a href="/A225036/b225036.txt">Table of n, a(n) for n = 1..1000</a>
%H A225036 Simon Plouffe, <a href="http://www.worldwideschool.org/library/books/sci/math/MiscellaneousMathematicalConstants/chap75.html">Pi^2 to 10000 digits</a>
%t A225036 With[{len = 10}, FromDigits /@ Select[Partition[RealDigits[Pi^2, 10, 600][[1]], len, 1], PrimeQ[FromDigits[#]] && IntegerLength[FromDigits[#]] == len &]]
%Y A225036 Cf. A002388, A104925 - A104932, A198174.
%Y A225036 Cf. A104933.
%K A225036 nonn,base
%O A225036 1,1
%A A225036 _Bruno Berselli_, Apr 25 2013