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.

Showing 1-2 of 2 results.

A064654 Length of n-th run of evens or odds in A064413.

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Oct 09 2001

Keywords

Comments

Also gives lengths of runs of zeros and ones in A195376.

Crossrefs

Programs

  • Haskell
    import Data.List (group)
    a064654 n = a064654_list !! (n-1)
    a064654_list = map length $ group a195376_list
    -- Reinhard Zumkeller, Sep 17 2001

Extensions

More terms from Matthew Conroy, Oct 16 2001

A064656 Length of n-th run of odd numbers in A064413.

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Oct 09 2001

Keywords

Crossrefs

Extensions

More terms from Matthew Conroy, Oct 16 2001
Showing 1-2 of 2 results.