Triangle read by rows: T(n,k) is the number of paths in the first quadrant, from (0,0) to (n,0), consisting of steps U=[1,1], D[1,-1], h=(1,0) and H=(2,0), having height k (0<=k<=floor(n/2)).
A132888
Triangle read by rows: T(n,k) is the number of paths in the first quadrant, from (0,0) to (n,0), consisting of steps U=[1,1], D[1,-1], h=(1,0) and H=(2,0), having height k (0<=k<=floor(n/2)).
Terms
- a(0) =1a(1) =1a(2) =2a(3) =1a(4) =3a(5) =3a(6) =5a(7) =10a(8) =1a(9) =8a(10) =27a(11) =5a(12) =13a(13) =72a(14) =23a(15) =1a(16) =21a(17) =183a(18) =86a(19) =7a(20) =34a(21) =459a(22) =302a(23) =40a(24) =1a(25) =55a(26) =1134a(27) =994a(28) =185a(29) =9
External references
- oeis: A132888