OFFSET
1,1
COMMENTS
Subset of A292453.
EXAMPLE
303 has more 3's than any other digit, whereas both 3003 and 3013 have as many other digits as 3's.
MATHEMATICA
Select[Range[0, 9000], Total@ #1 < First@ #2 & @@ TakeDrop[RotateLeft[#, 3] &@ DigitCount@ #, 9] &] (* Michael De Vlieger, Sep 22 2017 *)
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
Halfdan Skjerning, Sep 22 2017
EXTENSIONS
a(48) and following corrected by Georg Fischer, Dec 22 2022
STATUS
approved