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.

A043511 Numbers having three 5's in base 10.

Original entry on oeis.org

555, 1555, 2555, 3555, 4555, 5055, 5155, 5255, 5355, 5455, 5505, 5515, 5525, 5535, 5545, 5550, 5551, 5552, 5553, 5554, 5556, 5557, 5558, 5559, 5565, 5575, 5585, 5595, 5655, 5755, 5855, 5955, 6555, 7555, 8555, 9555, 10555
Offset: 1

Views

Author

Keywords

Crossrefs

Subsequence of A011535.

Programs

  • Mathematica
    Select[Range[555,11000],DigitCount[#,10,5]==3&] (* Harvey P. Dale, May 31 2021 *)