login
A043826
Numbers n such that number of runs in the base 4 representation of n is congruent to 1 mod 3.
0
1, 2, 3, 5, 10, 15, 21, 42, 63, 68, 70, 71, 72, 73, 75, 76, 77, 78, 85, 97, 98, 99, 100, 102, 103, 108, 109, 110, 113, 114, 115, 116, 118, 119, 120, 121, 123, 132, 134, 135, 136, 137, 139, 140, 141, 142, 145, 146, 147, 152, 153, 155
OFFSET
1,2
MATHEMATICA
Select[Range[200], Mod[Length[Split[IntegerDigits[#, 4]]], 3]==1&] (* Harvey P. Dale, Aug 17 2024 *)
CROSSREFS
Sequence in context: A050947 A037387 A256055 * A043829 A043833 A043838
KEYWORD
nonn,base
STATUS
approved