Triangle read by rows: T(n,k) is the number of binary sequences of length n containing k subsequences 010 (n,k >= 0).

A118429

Triangle read by rows: T(n,k) is the number of binary sequences of length n containing k subsequences 010 (n,k >= 0).

Terms

    a(0) =1a(1) =2a(2) =4a(3) =7a(4) =1a(5) =12a(6) =4a(7) =21a(8) =10a(9) =1a(10) =37a(11) =22a(12) =5a(13) =65a(14) =47a(15) =15a(16) =1a(17) =114a(18) =98a(19) =38a(20) =6a(21) =200a(22) =199a(23) =91a(24) =21a(25) =1a(26) =351a(27) =396a(28) =210a(29) =60

External references