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!)
A104928 Primes from merging of 5 successive digits in decimal expansion of (Pi^2). 1

%I #10 Apr 24 2013 03:01:29

%S 83449,44909,61511,11353,33493,82241,25913,40231,14407,77723,12203,

%T 46727,98519,28403,52769,21649,16493,66571,26177,58169,69341,20483,

%U 95087,78853,63577,52837,26833,63541,69737,22709,92647,47527,75277

%N Primes from merging of 5 successive digits in decimal expansion of (Pi^2).

%H Vincenzo Librandi, <a href="/A104928/b104928.txt">Table of n, a(n) for n = 1..1000</a>

%H <a href="http://mathworld.wolfram.com/Pi.html">Pi</a> as defined at MathWorld.com

%H <a href="http://www.gutenberg.org/ebooks/634">Expansion of Pi^2</a> done to 10,000 digits as part of Project Gutenberg.

%t Select[FromDigits/@Partition[RealDigits[Pi^2, 10, 500][[1]], 5, 1], #>10000&&PrimeQ[#]&] (* _Vincenzo Librandi_, Apr 23 2013 *)

%K nonn,base

%O 1,1

%A Andrew G. West (WestA(AT)wlu.edu), Mar 29 2005

%E Changed offset from 0 to 1 by _Vincenzo Librandi_, Apr 23 2013

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 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)