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.

A104832 Primes from merging of 12 successive digits in decimal expansion of Pi.

Original entry on oeis.org

141592653589, 415926535897, 28841971693, 884197169399, 494459230781, 282306647093, 359408128481, 174502841027, 810975665933, 128475648233, 326648213393, 146951941511, 727036575959, 575959195309, 953092186117
Offset: 1

Views

Author

Zak Seidov, Mar 27 2005

Keywords

Comments

Some terms are less than 12 digits long because leading zeroes are permitted. - Harvey P. Dale, Sep 26 2020

Crossrefs

Programs

  • Mathematica
    With[{pi = FromDigits/@Partition[RealDigits[Pi, 10, 600][[1]], 12, 1]}, Select[pi, PrimeQ]] (* Vincenzo Librandi, Apr 21 2013 *)