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.

A104840 Primes from merging of 20 successive digits in decimal expansion of Pi.

Original entry on oeis.org

89793238462643383279, 27950288419716939937, 95028841971693993751, 86280348253421170679, 42117067982148086513, 10555964462294895493, 59334461284756482337, 3486104543266482133, 48610454326648213393
Offset: 1

Views

Author

Zak Seidov, Mar 27 2005

Keywords

Crossrefs

Programs

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