Consider constructing binary words that begin with 0 such that the subword 00, whenever it appears, is followed by 111. Then a(n) counts such words at length n (including those where the string 111 is yet being completed - see Example).
A340215
Consider constructing binary words that begin with 0 such that the subword 00, whenever it appears, is followed by 111. Then a(n) counts such words at length n (including those where the string 111 is yet being completed - see Example).
Terms
- a(0) =1a(1) =2a(2) =3a(3) =5a(4) =8a(5) =14a(6) =24a(7) =41a(8) =70a(9) =119a(10) =203a(11) =346a(12) =590a(13) =1006a(14) =1715a(15) =2924a(16) =4985a(17) =8499a(18) =14490a(19) =24704a(20) =42118a(21) =71807a(22) =122424a(23) =208721a(24) =355849a(25) =606688a(26) =1034344a(27) =1763456a(28) =3006521a(29) =5125826
External references
- oeis: A340215