login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A023764
Nialpdromes: digits in base 8 are in nonincreasing order.
2
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 16, 17, 18, 24, 25, 26, 27, 32, 33, 34, 35, 36, 40, 41, 42, 43, 44, 45, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 61, 62, 63, 64, 72, 73, 128, 136, 137, 144, 145, 146, 192, 200, 201, 208, 209, 210, 216, 217, 218, 219, 256
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
Sequence in context: A364469 A032344 A032871 * A032905 A079239 A079041
KEYWORD
nonn,base,easy
STATUS
approved