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 A292451 #20 Dec 09 2020 16:01:54 %S A292451 1,11,101,110,111,112,113,114,115,116,117,118,119,121,131,141,151,161, %T A292451 171,181,191,211,311,411,511,611,711,811,911,1011,1012,1013,1014,1015, %U A292451 1016,1017,1018,1019,1021,1031,1041 %N A292451 Numbers where 1 outnumbers any other digit. %e A292451 101 has more 1's than any other digit, whereas 1001 has as many 0's as 1's. %t A292451 Select[Range[0, 1200], Max@ #1 < First@ #2 & @@ TakeDrop[RotateLeft@ DigitCount@ #, 9] &] (* _Michael De Vlieger_, Sep 16 2017 *) %Y A292451 Cf. A292449, A292450, A292452, A292453, A292454, A292455, A292456, A292457, A292458. %K A292451 nonn,base,easy %O A292451 1,2 %A A292451 _Halfdan Skjerning_, Sep 16 2017