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.

A104836 Primes from merging of 16 successive digits in decimal expansion of Pi.

Original entry on oeis.org

8628034825342117, 3844609550582231, 1055596446229489, 5964462294895493, 6229489549303819, 3038196442881097, 8700660631558817, 6094330572703657, 9591953092186117, 1861173819326117, 8193261179310511, 4623799627495673
Offset: 1

Views

Author

Zak Seidov, Mar 27 2005

Keywords

Crossrefs

Programs

  • Mathematica
    Select[FromDigits/@Partition[RealDigits[\[Pi],10,500][[1]], 16,1], PrimeQ] (* Harvey P. Dale, Jun 20 2011 *)