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-2 representation has exactly 10 runs.
0

%I #10 Apr 13 2021 23:12:15

%S 682,1194,1322,1354,1362,1364,1366,1370,1386,1450,1706,2218,2346,2378,

%T 2386,2388,2390,2394,2410,2474,2602,2634,2642,2644,2646,2650,2666,

%U 2698,2706,2708,2710,2714,2722,2724,2726,2728,2732

%N Numbers whose base-2 representation has exactly 10 runs.

%t Select[Range[3000],Length[Split[IntegerDigits[#,2]]]==10&] (* _Harvey P. Dale_, Sep 06 2015 *)

%K nonn,base

%O 1,1

%A _Clark Kimberling_