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.

A134255 Positions of 5 after decimal point in decimal expansion of 1/Pi.

Original entry on oeis.org

19, 25, 30, 57, 70, 72, 77, 90, 91, 94, 105, 108, 110, 112, 114, 123, 134, 138, 140, 141, 158, 173, 174, 179, 180, 188, 192, 201, 210, 230, 246, 250, 270, 291, 299, 324, 343, 360, 375, 382, 429, 431, 440, 450, 454, 465, 484, 490, 512, 517, 518, 529, 530, 531
Offset: 1

Views

Author

Artur Jasinski, Oct 16 2007

Keywords

Crossrefs

Programs

  • Mathematica
    Flatten @ Position[RealDigits[1/Pi, 10, 500][[1]], 5] (* Amiram Eldar, Mar 21 2020 *)