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.

A043446 Numbers having two 6's in base 8.

Original entry on oeis.org

54, 118, 182, 246, 310, 374, 390, 398, 406, 414, 422, 430, 432, 433, 434, 435, 436, 437, 439, 446, 502, 566, 630, 694, 758, 822, 886, 902, 910, 918, 926, 934, 942, 944, 945, 946, 947, 948, 949, 951, 958, 1014, 1078, 1142, 1206
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A007094.

Programs

  • Mathematica
    Select[Range[1300],DigitCount[#,8,6]==2&] (* Harvey P. Dale, May 16 2012 *)