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”).

A033284
Numbers whose maximal base-10 run length is 3.
1
111, 222, 333, 444, 555, 666, 777, 888, 999, 1000, 1110, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1222, 1333, 1444, 1555, 1666, 1777, 1888, 1999, 2000, 2111, 2220, 2221, 2223, 2224, 2225, 2226, 2227, 2228, 2229
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[3000], Max[Length/@Split[IntegerDigits[#]]]==3&] (* Harvey P. Dale, Mar 22 2022 *)
CROSSREFS
Sequence in context: A210711 A084043 A291266 * A333568 A123673 A177769
KEYWORD
nonn,base
STATUS
approved