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.

A037971 Numbers whose maximal base-2 run length is 4.

Original entry on oeis.org

15, 16, 30, 33, 47, 48, 60, 61, 66, 67, 79, 80, 94, 97, 111, 112, 120, 121, 122, 123, 132, 133, 134, 135, 143, 144, 158, 161, 175, 176, 188, 189, 194, 195, 207, 208, 222, 225, 239, 240, 241, 242, 243, 244, 245, 246, 247, 264, 265
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A043276.

Programs

  • Mathematica
    Select[Range[300],Max[Length/@Split[IntegerDigits[#,2]]]==4&] (* Harvey P. Dale, Apr 24 2019 *)