OFFSET
1,3
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..1001 (adapted to the new offset from Bruno Berselli)
MATHEMATICA
Select[Range[0, 300], Max[Differences[IntegerDigits[#, 8]]]<=0&] (* Harvey P. Dale, Mar 08 2012 *)
Select[Range[0, 256], GreaterEqual@@IntegerDigits[#, 8]&] (* Ray Chandler, Jan 06 2014 *)
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
STATUS
approved