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.

A134214 Positions of 14 after decimal point in decimal expansion of Pi.

Original entry on oeis.org

1, 103, 250, 295, 385, 610, 651, 670, 882, 895, 1382, 1612, 1628, 1636, 1638, 1696, 1812, 2067, 2118, 2121, 2331, 2539, 2606, 2666, 2685, 2725, 2763, 2782, 2844, 2888, 2916, 2966, 2971, 3013, 3034, 3096, 3125, 3135, 3186, 3237, 3250, 3325, 3362, 3475, 3497
Offset: 1

Views

Author

Artur Jasinski, Oct 14 2007

Keywords

Crossrefs

Programs

  • Mathematica
    First /@ SequencePosition[RealDigits[Pi - 3, 10, 5000][[1]], {1, 4}] (* Amiram Eldar, Mar 20 2020 *)