This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A023771 #19 Feb 16 2025 08:32:34 %S A023771 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,32,33,34,48,49,50,51,64, %T A023771 65,66,67,68,80,81,82,83,84,85,96,97,98,99,100,101,102,112,113,114, %U A023771 115,116,117,118,119,128,129,130,131,132,133,134,135,136,144,145 %N A023771 Nialpdromes: digits in base 16 are in nonincreasing order. %H A023771 Vincenzo Librandi, <a href="/A023771/b023771.txt">Table of n, a(n) for n = 1..1000</a> %H A023771 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/Digit.html">Digit.</a> %H A023771 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/Nialpdrome.html">Nialpdrome.</a> %t A023771 Select[Range[0, 500], Max[Differences[IntegerDigits[#, 16]]]<=0&] (* _Vincenzo Librandi_, Dec 27 2012 *) %t A023771 Select[Range[0,145],GreaterEqual@@IntegerDigits[#,16]&] (* _Ray Chandler_, Jan 06 2014 *) %K A023771 nonn,base,easy %O A023771 1,3 %A A023771 _Olivier Gérard_