Consider binary words that begin with 1 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).
A340217
Consider binary words that begin with 1 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) =4a(3) =7a(4) =12a(5) =20a(6) =34a(7) =58a(8) =99a(9) =169a(10) =288a(11) =491a(12) =837a(13) =1427a(14) =2433a(15) =4148a(16) =7072a(17) =12057a(18) =20556a(19) =35046a(20) =59750a(21) =101868a(22) =173675a(23) =296099a(24) =504820a(25) =860669a(26) =1467357a(27) =2501701a(28) =4265157a(29) =7271678
External references
- oeis: A340217