A023748 Plaindromes: numbers whose digits in base 6 are in nondecreasing order.
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
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..2800
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