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.

A134259 Positions of 9 after decimal point in decimal expansion of 1/Pi.

Original entry on oeis.org

6, 14, 40, 42, 44, 49, 53, 56, 68, 71, 100, 115, 128, 132, 142, 152, 153, 162, 163, 182, 185, 203, 209, 248, 249, 259, 274, 280, 305, 306, 308, 317, 323, 328, 330, 335, 341, 348, 355, 358, 363, 365, 368, 381, 388, 397, 398, 407, 411, 412, 419, 422, 423, 424
Offset: 1

Views

Author

Artur Jasinski, Oct 16 2007

Keywords

Crossrefs

Programs

  • Mathematica
    Position[RealDigits[1/Pi,10,500][[1]],9]//Flatten (* Harvey P. Dale, Oct 31 2018 *)