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.

A076094 First n-digit prime encountered in decimal expansion of Pi (ignoring the initial 3).

Original entry on oeis.org

5, 41, 653, 4159, 14159, 358979, 1592653, 28841971, 795028841, 5926535897, 93238462643, 141592653589, 9265358979323, 23846264338327, 841971693993751, 8628034825342117, 89793238462643383, 348253421170679821, 3832795028841971693, 89793238462643383279
Offset: 1

Views

Author

Jean-Christophe Colin (jc-colin(AT)wanadoo.fr), Oct 31 2002

Keywords

Crossrefs

Programs

  • Mathematica
    With[{pid=Rest[RealDigits[Pi,10,1000][[1]]]},Table[Select[ FromDigits/@ Partition[ pid,n,1],PrimeQ,1],{n,20}]]//Flatten (* Harvey P. Dale, May 01 2017 *)

Extensions

More terms from Sean A. Irvine, Mar 19 2025