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.

A023748 Plaindromes: numbers whose digits in base 6 are in nondecreasing order.

Original entry on oeis.org

0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 14, 15, 16, 17, 21, 22, 23, 28, 29, 35, 43, 44, 45, 46, 47, 50, 51, 52, 53, 57, 58, 59, 64, 65, 71, 86, 87, 88, 89, 93, 94, 95, 100, 101, 107, 129, 130, 131, 136, 137, 143, 172, 173, 179, 215, 259, 260, 261, 262, 263, 266, 267
Offset: 1

Views

Author

Keywords

Programs

  • Mathematica
    Select[Range[0,267],LessEqual@@IntegerDigits[#,6]&] (* Ray Chandler, Jan 06 2014 *)

Extensions

Change offset to 1 by Ray Chandler, Jan 06 2014