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.

A104828 Primes from merging of 8 successive digits in decimal expansion of Pi allowing leading zeros.

Original entry on oeis.org

28841971, 41971693, 82534211, 42117067, 30664709, 5822317, 31725359, 49303819, 75648233, 37867831, 71201909, 48566923, 26648213, 13393607, 25409171, 1133053, 9433057
Offset: 1

Views

Author

Zak Seidov, Mar 27 2005

Keywords

Comments

Leading zeros are permitted so some terms have fewer than 8 digits. - Harvey P. Dale, Oct 19 2024

Crossrefs

Programs

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