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.

A039285 Numbers whose base-5 representation has the same nonzero number of 0's and 3's.

Original entry on oeis.org

15, 28, 40, 53, 65, 76, 77, 79, 80, 85, 95, 103, 115, 133, 138, 141, 142, 144, 148, 153, 165, 178, 190, 201, 202, 204, 205, 210, 220, 228, 240, 258, 263, 266, 267, 269, 273, 278, 290, 303, 315, 326, 327, 329, 330, 335, 345, 353, 365, 378, 381, 382, 384, 386
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A007091.

Programs

  • Mathematica
    Select[Range[400],DigitCount[#,5,0]==DigitCount[#,5,3]>0&] (* Harvey P. Dale, Apr 18 2014 *)