Triangular array read by rows. T(n,k) is the number of length n words on alphabet {0,1} with k maximal runs of 0's having length 2 or more, n>=0, 0<=k<=nearest integer to n/3.
A334658
Triangular array read by rows. T(n,k) is the number of length n words on alphabet {0,1} with k maximal runs of 0's having length 2 or more, n>=0, 0<=k<=nearest integer to n/3.
Terms
- a(0) =1a(1) =2a(2) =3a(3) =1a(4) =5a(5) =3a(6) =8a(7) =8a(8) =13a(9) =18a(10) =1a(11) =21a(12) =38a(13) =5a(14) =34a(15) =76a(16) =18a(17) =55a(18) =147a(19) =53a(20) =1a(21) =89a(22) =277a(23) =139a(24) =7a(25) =144a(26) =512a(27) =336a(28) =32a(29) =233
External references
- oeis: A334658