The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
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
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 21 22:16 EDT 2024. Contains 372741 sequences. (Running on oeis4.)