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.

A104831 Primes from merging of 11 successive digits in decimal expansion of Pi.

Original entry on oeis.org

93238462643, 38462643383, 32795028841, 28841971693, 88419716939, 41971693993, 5822317253, 2841027019, 38521105559, 56659334461, 12847564823, 31652712019, 60631558817, 81748815209, 28292540917, 21384146951
Offset: 1

Views

Author

Zak Seidov, Mar 27 2005

Keywords

Crossrefs

Programs

  • Mathematica
    Select[FromDigits/@Partition[RealDigits[\[Pi],10,1000][[1]], 11,1],PrimeQ]  (* Harvey P. Dale, Apr 21 2011 *)