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!)
A225036 Primes from merging of 10 successive digits in the decimal expansion of Pi^2. 2
5913774023, 9137740231, 7402314407, 4023144077, 8735261779, 4830981887, 8309818873, 3307626667, 8853659527, 6595276357, 5952763577, 7635775283, 3577528379, 3792268331, 9085975607, 9264752779, 6698082641, 8968771057, 1057327889, 5972589229, 4137067777 (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, Pi^2 to 10000 digits
MATHEMATICA
With[{len = 10}, FromDigits /@ Select[Partition[RealDigits[Pi^2, 10, 600][[1]], len, 1], PrimeQ[FromDigits[#]] && IntegerLength[FromDigits[#]] == len &]]
CROSSREFS
Cf. A104933.
Sequence in context: A234059 A370250 A032433 * A104830 A198174 A034646
KEYWORD
nonn,base
AUTHOR
Bruno Berselli, Apr 25 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 16 00:00 EDT 2024. Contains 371696 sequences. (Running on oeis4.)