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 #6 May 26 2021 02:44:12
%S 1,3,5,6,9,10,11,15,16,17,18,20,24,25,27,28,29,31,32,35,37,39,42,43,
%T 45,47,48,49,50,53,54,56,57,60,62,64,66,69,72,73,74,75,76,77,81,82,83,
%U 85,86,87,89,91,94,95,97,98,100,105,107,109,111,112,113,114
%N Numbers k such that the k-th word in A342910 ends with 0.
%C The sequences A344154 and A344155 partition the positive integers. See A342910 for a guide to related sequences.
%e The first twenty words w(n): 0, 1, 00, 01, 10, 000, 001, 11, 010, 0000, 100, 0001, 011, 101, 0010, 00000, 110, 0100, 00001, 1000; so a(1) = 1, a(2) = 3.
%t (See A342910.)
%Y Cf. A342753, A344155.
%K nonn,base
%O 1,2
%A _Clark Kimberling_, May 11 2021