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.

A037978 Numbers whose maximal base 4 run length is 3.

Original entry on oeis.org

21, 42, 63, 64, 84, 86, 87, 106, 127, 128, 149, 168, 169, 171, 191, 192, 213, 234, 252, 253, 254, 257, 258, 259, 277, 298, 319, 320, 336, 337, 338, 339, 344, 345, 346, 347, 348, 349, 350, 351, 362, 383, 384, 405, 424, 425, 427
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A043278.

Programs

  • Mathematica
    Select[Range[500],Max[Length/@Split[IntegerDigits[#,4]]]==3&] (* Harvey P. Dale, Jul 16 2017 *)