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.

A139727 Number of digits between successive occurrences of digit 9 in decimal representation of Pi.

Original entry on oeis.org

6, 1, 15, 7, 3, 1, 0, 9, 2, 3, 16, 0, 19, 21, 6, 14, 24, 10, 6, 2, 2, 5, 8, 5, 32, 1, 9, 24, 9, 33, 2, 4, 4, 11, 2, 31, 2, 7, 14, 1, 1, 3, 10, 6, 18, 0, 4, 16, 4, 8, 1, 2, 25, 1, 3, 8, 6, 3, 10, 7, 21, 41, 2, 18, 5, 10, 10, 3, 2, 3, 7, 0, 7, 3, 13, 5, 8, 0, 13, 0, 0, 0, 0, 0, 4, 4, 0, 4, 10, 5, 6, 6
Offset: 1

Views

Author

Daniel Drijard (daniel.drijard(AT)cern.ch)

Keywords

Crossrefs

Programs

  • Mathematica
    Differences[Flatten[Position[RealDigits[Pi,10,1000][[1]],9]]]-1 (* Harvey P. Dale, Feb 10 2019 *)