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.

A043453 Numbers having one 0 in base 9.

Original entry on oeis.org

9, 18, 27, 36, 45, 54, 63, 72, 82, 83, 84, 85, 86, 87, 88, 89, 90, 99, 108, 117, 126, 135, 144, 153, 163, 164, 165, 166, 167, 168, 169, 170, 171, 180, 189, 198, 207, 216, 225, 234, 244, 245, 246, 247, 248, 249, 250, 251, 252, 261
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A007095.

Programs

  • Mathematica
    Select[Range[300],DigitCount[#,9,0]==1&] (* Harvey P. Dale, Jun 18 2012 *)