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.

A033018 Numbers whose base-5 expansion has no run of digits with length < 2.

Original entry on oeis.org

6, 12, 18, 24, 31, 62, 93, 124, 150, 156, 162, 168, 174, 300, 306, 312, 318, 324, 450, 456, 462, 468, 474, 600, 606, 612, 618, 624, 750, 775, 781, 787, 793, 799, 812, 843, 874, 1500, 1531, 1550, 1556, 1562, 1568, 1574, 1593
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A007091. Supersequence of A033003.

Programs

  • Mathematica
    Select[Range[10000],Min[Length/@Split[IntegerDigits[#, 5]]]>1&] (* Vincenzo Librandi, Feb 05 2014 *)