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.

A083600 Starting positions of strings of six 0's in the decimal expansion of Pi.

Original entry on oeis.org

1699927, 2328783, 2609392, 3794572, 3794573, 7257528, 10359803, 10976114, 11406224, 12344362, 13310436, 13310437, 14240591, 14615851, 14679006, 15603186, 18195375, 18512360, 19413548, 22065197, 23022835, 23247316, 24195722, 24213637, 25051110, 26263951, 28321017
Offset: 1

Views

Author

Rick L. Shepherd, Apr 30 2003

Keywords

Crossrefs

Cf. A083599 (five 0's), A083601 (seven 0's).

Programs

  • Mathematica
    Transpose[SequencePosition[RealDigits[Pi,10,25*10^6][[1]],{0,0,0,0,0,0}]][[1]]-1 (* The program uses the SequencePosition function from Mathematica version 10 *) (* Harvey P. Dale, Nov 20 2015 *)

Extensions

More terms from Jinyuan Wang, Feb 29 2020