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

Numbers whose base-11 representation has exactly 5 runs.
0

%I #11 Apr 25 2021 12:10:48

%S 14763,14764,14765,14766,14767,14768,14769,14770,14771,14772,14784,

%T 14785,14787,14788,14789,14790,14791,14792,14793,14794,14795,14796,

%U 14797,14799,14800,14801,14802,14803,14804,14805

%N Numbers whose base-11 representation has exactly 5 runs.

%t Select[Range[15000],Length[Split[IntegerDigits[#,11]]]==5&] (* _Harvey P. Dale_, May 07 2018 *)

%K nonn,base

%O 1,1

%A _Clark Kimberling_