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.

A083627 Starting positions of strings of five 6's in the decimal expansion of Pi.

Original entry on oeis.org

48439, 102387, 140744, 250129, 252499, 252500, 309379, 363995, 375601, 450347, 483202, 595298, 722275, 850138, 964604, 1109283, 1268703, 1367754, 1373818, 1381298, 1676919, 1717341, 1819654, 1901872, 1924024, 2088622, 2162433
Offset: 1

Views

Author

Rick L. Shepherd, May 03 2003

Keywords

Crossrefs

Cf. A083626 (four 6's), A083628 (six 6's).

Programs

  • Mathematica
    SequencePosition[RealDigits[Pi,10,2163000][[1]],{6,6,6,6,6}][[All,1]]-1 (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Jan 12 2019 *)