Triangle read by rows: T(n,k) is the number of paths in the right half-plane, from (0,0) to (n,0), consisting of steps U=(1,1), D=(1,-1), h=(1,0) and H=(2,0), having k U steps (0 <= k <= floor(n/2)).
A132886
Triangle read by rows: T(n,k) is the number of paths in the right half-plane, from (0,0) to (n,0), consisting of steps U=(1,1), D=(1,-1), h=(1,0) and H=(2,0), having k U steps (0 <= k <= floor(n/2)).
Terms
- a(0) =1a(1) =1a(2) =2a(3) =2a(4) =3a(5) =6a(6) =5a(7) =18a(8) =6a(9) =8a(10) =44a(11) =30a(12) =13a(13) =102a(14) =120a(15) =20a(16) =21a(17) =222a(18) =390a(19) =140a(20) =34a(21) =466a(22) =1140a(23) =700a(24) =70a(25) =55a(26) =948a(27) =3066a(28) =2800a(29) =630
External references
- oeis: A132886