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.

A045161 Numbers whose base-5 representation contains exactly one 0 and no 1's.

Original entry on oeis.org

0, 10, 15, 20, 52, 53, 54, 60, 65, 70, 77, 78, 79, 85, 90, 95, 102, 103, 104, 110, 115, 120, 262, 263, 264, 267, 268, 269, 272, 273, 274, 302, 303, 304, 310, 315, 320, 327, 328, 329, 335, 340, 345, 352, 353, 354, 360, 365, 370, 387
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A007091.

Programs

  • Mathematica
    Select[Range[0, 400], DigitCount[#, 5, 0]==1 && DigitCount[#, 5, 1]==0 &] (* Vincenzo Librandi, Jun 29 2019 *)

Extensions

a(1) = 0 inserted by Georg Fischer, Jun 28 2019