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.

A201882 Where the first run of length n occurs in maximally unpredictable sequences A007061, A038219.

Original entry on oeis.org

1, 3, 8, 11, 27, 36, 84, 231, 349, 535, 1267, 2916, 4114, 14349, 27045, 35059, 89723, 234443, 408129, 799350, 1926026, 2170589, 4291892, 10758318, 21141201, 57927399, 122141530, 138265841
Offset: 1

Views

Author

Reinhard Zumkeller, Dec 11 2011

Keywords

Comments

A201881(a(n)) = n and A201881(m) < n for m < a(n).
Since every substring appears in A007061 (and A038219) this sequence is infinite. - N. J. A. Sloane, May 17 2019

Crossrefs

Programs

  • C
    // See Links section
  • Haskell
    a201882 = ((+ 1) . fromJust . (`elemIndex` a201881_list))
    

Extensions

a(11)-a(28) from Rémy Sigrist, Jul 31 2022