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

A043752
Numbers n such that number of runs in the base 2 representation of n is congruent to 6 mod 8.
0
42, 74, 82, 84, 86, 90, 106, 138, 146, 148, 150, 154, 162, 164, 166, 168, 172, 174, 178, 180, 182, 186, 202, 210, 212, 214, 218, 234, 266, 274, 276, 278, 282, 290, 292, 294, 296, 300, 302, 306, 308, 310, 314, 322, 324, 326, 328
OFFSET
1,1
MATHEMATICA
Select[Range[400], Mod[Length[Split[IntegerDigits[#, 2]]], 8]==6&] (* Harvey P. Dale, Jun 01 2018 *)
CROSSREFS
Sequence in context: A043573 A043733 A043745 * A043760 A043769 A259737
KEYWORD
nonn,base
STATUS
approved