Triangle read by rows: T(n,k) is number of ternary words of length n and having k runs of 0's of odd length (0 <= k <= ceiling(n/2); a run of 0's is a subsequence of consecutive 0's of maximal length).
A119914
Triangle read by rows: T(n,k) is number of ternary words of length n and having k runs of 0's of odd length (0 <= k <= ceiling(n/2); a run of 0's is a subsequence of consecutive 0's of maximal length).
Terms
- a(0) =1a(1) =2a(2) =1a(3) =5a(4) =4a(5) =12a(6) =13a(7) =2a(8) =29a(9) =40a(10) =12a(11) =70a(12) =117a(13) =52a(14) =4a(15) =169a(16) =332a(17) =196a(18) =32a(19) =408a(20) =921a(21) =678a(22) =172a(23) =8a(24) =985a(25) =2512a(26) =2216a(27) =768a(28) =80a(29) =2378
External references
- oeis: A119914