OFFSET
1,3
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..8000
MATHEMATICA
Select[Range[0, 90], LessEqual@@IntegerDigits[#, 14]&] (* Ray Chandler, Jan 06 2014 *)
Select[Range[0, 100], Min[Differences[IntegerDigits[#, 14]]]>=0&] (* Harvey P. Dale, Feb 10 2022 *)
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
EXTENSIONS
Change offset to 1 by Ray Chandler, Jan 06 2014
STATUS
approved