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.

A126768 Equal-parity block sizes in sequence A117872.

Original entry on oeis.org

1, 1, 1, 2, 2, 4, 2, 1, 1, 3, 3, 2, 2, 1, 1, 3, 2, 3, 1, 2, 1, 1, 2, 2, 2, 1, 2, 2, 2, 3, 3, 1, 1, 1, 1, 4, 1, 2, 1, 4, 2, 3, 1, 2, 2, 1, 1, 1, 3, 3, 1, 3, 2, 1, 2, 4, 2, 2, 4, 2, 4, 1, 2, 1, 1, 3, 1, 2, 2, 1, 2, 1, 1, 2, 3, 2, 1, 4, 3, 1, 3, 1, 5, 6, 3, 1, 4, 5, 5, 1, 5, 3, 1, 1, 6, 1, 1, 4, 1, 2, 2, 2, 3, 1, 1, 1, 1, 1, 7, 1, 1, 2, 1, 1, 1, 3, 1, 2, 2, 2, 3, 1, 1, 1, 1
Offset: 1

Views

Author

Greg Huber, Feb 16 2007

Keywords

Comments

From a suggestion due to D. R. Hofstadter.

Programs

  • Haskell
    import Data.List (group)
    a126768 n = a126768_list !! n
    a126768_list = map length $ group a117872_list
    -- Reinhard Zumkeller, Aug 15 2013

Extensions

Corrected terms from Greg Huber, Aug 21 2013