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.

A043510 Numbers having two 5's in base 10.

Original entry on oeis.org

55, 155, 255, 355, 455, 505, 515, 525, 535, 545, 550, 551, 552, 553, 554, 556, 557, 558, 559, 565, 575, 585, 595, 655, 755, 855, 955, 1055, 1155, 1255, 1355, 1455, 1505, 1515, 1525, 1535, 1545, 1550, 1551, 1552, 1553, 1554, 1556
Offset: 1

Views

Author

Keywords

Crossrefs

Subsequence of A011535.

Programs

  • Mathematica
    Select[Range[1600],DigitCount[#,10,5]==2&] (* Harvey P. Dale, Sep 01 2021 *)