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”).
%I #4 Jun 11 2021 18:51:17
%S 2,7,12,13,15,20,33,34,36,41,54,55,56,57,59,60,62,67,68,70,75,88,89,
%T 91,96,109,143,144,145,146,148,149,151,156,157,159,164,177,178,180,
%U 185,198,232,233,234,235,236,237,238,240,241,242,243,245,246,248,253
%N Numbers k such that #0's < #1's in the k-th word in A341258.
%C The sequences A344950, A344951, A344952 partition the positive integers. See A341258 for a guide to related sequences.
%e The first twenty words w(n): 0, 1, 00, 01, 10, 000, 11, 001, 010, 100, 0000, 011, 101, 0001, 110, 0010, 0100, 1000, 00000, 111; so a(2) = 7.
%t (See A341258.)
%Y Cf. A341258, A342910, A344950, A344952.
%K nonn,base
%O 1,1
%A _Clark Kimberling_, Jun 07 2021