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.

A043580 Numbers whose base-2 representation has exactly 13 runs.

Original entry on oeis.org

5461, 9557, 10581, 10837, 10901, 10917, 10921, 10923, 10925, 10933, 10965, 11093, 11605, 13653, 17749, 18773, 19029, 19093, 19109, 19113, 19115, 19117, 19125, 19157, 19285, 19797, 20821, 21077, 21141, 21157, 21161
Offset: 1

Views

Author

Keywords

Programs

  • Mathematica
    Select[Range[22000],Length[Split[IntegerDigits[#,2]]]==13&] (* Harvey P. Dale, May 04 2019 *)