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.

A136004 a(n) = A005811(n) + 4.

Original entry on oeis.org

4, 5, 6, 5, 6, 7, 6, 5, 6, 7, 8, 7, 6, 7, 6, 5, 6, 7, 8, 7, 8, 9, 8, 7, 6, 7, 8, 7, 6, 7, 6, 5, 6, 7, 8, 7, 8, 9, 8, 7, 8, 9, 10, 9, 8, 9, 8, 7, 6, 7, 8, 7, 8, 9, 8, 7, 6, 7, 8, 7, 6, 7, 6, 5, 6, 7, 8, 7, 8, 9, 8, 7, 8, 9, 10, 9, 8, 9, 8, 7, 8, 9, 10, 9, 10, 11, 10, 9, 8, 9, 10, 9, 8, 9
Offset: 0

Views

Author

N. J. A. Sloane, Mar 16 2008

Keywords

Comments

The composer Per Nørgård's name is also written in the OEIS as Per Noergaard.

Crossrefs

Cf. A005811.

Programs

  • Mathematica
    Table[Length@ Split@ IntegerDigits[n, 2] - Boole[n == 0] + 4, {n, 0, 93}] (* Michael De Vlieger, Sep 05 2017 *)