login
A043756
Numbers n such that number of runs in the base 2 representation of n is congruent to 2 mod 9.
0
2, 4, 6, 8, 12, 14, 16, 24, 28, 30, 32, 48, 56, 60, 62, 64, 96, 112, 120, 124, 126, 128, 192, 224, 240, 248, 252, 254, 256, 384, 448, 480, 496, 504, 508, 510, 512, 768, 896, 960, 992, 1008, 1016, 1020, 1022, 1024, 1365, 1536, 1792
OFFSET
1,1
MATHEMATICA
Select[Range[2000], Mod[Length[Split[IntegerDigits[#, 2]]], 9]==2&] (* Harvey P. Dale, Sep 24 2016 *)
CROSSREFS
Sequence in context: A043735 A043741 A043748 * A043765 A043569 A273131
KEYWORD
nonn,base
STATUS
approved