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.

A104833 Primes from merging of 13 successive digits in decimal expansion of Pi.

Original entry on oeis.org

9265358979323, 8253421170679, 5940812848111, 6648213393607, 1748815209209, 1520920962829, 6282925409171, 5213841469519, 5194151160943, 4330572703657, 7595919530921, 9530921861173, 921861173819, 1738193261179, 8548074462379
Offset: 1

Views

Author

Zak Seidov, Mar 27 2005

Keywords

Crossrefs

Programs

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