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.

A043426 Numbers having two 1's in base 8.

Original entry on oeis.org

9, 65, 72, 74, 75, 76, 77, 78, 79, 81, 89, 97, 105, 113, 121, 137, 201, 265, 329, 393, 457, 513, 520, 522, 523, 524, 525, 526, 527, 529, 537, 545, 553, 561, 569, 576, 578, 579, 580, 581, 582, 583, 592, 594, 595, 596, 597, 598, 599
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A007094.

Programs

  • Mathematica
    Select[Range[600],DigitCount[#,8,1]==2&] (* Harvey P. Dale, Feb 26 2020 *)