login
A043735
Numbers whose number of runs in the base-2 representation is congruent to 2 mod 6.
0
2, 4, 6, 8, 12, 14, 16, 24, 28, 30, 32, 48, 56, 60, 62, 64, 96, 112, 120, 124, 126, 128, 170, 192, 224, 240, 248, 252, 254, 256, 298, 330, 338, 340, 342, 346, 362, 384, 426, 448, 480, 496, 504, 508, 510, 512, 554, 586, 594, 596, 598
OFFSET
1,1
MATHEMATICA
Select[Range[600], Mod[Length[Split[IntegerDigits[#, 2]]], 6]==2&] (* Harvey P. Dale, Apr 01 2012 *)
CROSSREFS
Sequence in context: A006998 A043726 A043730 * A043741 A043748 A043756
KEYWORD
nonn,base
STATUS
approved