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.

A104834 Primes from merging of 14 successive digits in decimal expansion of Pi.

Original entry on oeis.org

23846264338327, 38462643383279, 53594081284811, 11055596446229, 46229489549303, 44612847564823, 19091456485669, 81748815209209, 36789259036001, 95194151160943, 91953092186117, 61173819326117
Offset: 1

Views

Author

Zak Seidov, Mar 27 2005

Keywords

Crossrefs

Programs

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