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.

A043523 Numbers having three 8's in base 10.

Original entry on oeis.org

888, 1888, 2888, 3888, 4888, 5888, 6888, 7888, 8088, 8188, 8288, 8388, 8488, 8588, 8688, 8788, 8808, 8818, 8828, 8838, 8848, 8858, 8868, 8878, 8880, 8881, 8882, 8883, 8884, 8885, 8886, 8887, 8889, 8898, 8988, 9888, 10888
Offset: 1

Views

Author

Keywords

Crossrefs

Subsequence of A011538.

Programs

  • Mathematica
    Select[Range[11000],DigitCount[#,10,8]==3&] (* Harvey P. Dale, May 25 2023 *)