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 k U steps (0 <= k <= floor(n/2)).

A132883

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 k U steps (0 <= k <= floor(n/2)).

Terms

    a(0) =1a(1) =1a(2) =2a(3) =1a(4) =3a(5) =3a(6) =5a(7) =9a(8) =2a(9) =8a(10) =22a(11) =10a(12) =13a(13) =51a(14) =40a(15) =5a(16) =21a(17) =111a(18) =130a(19) =35a(20) =34a(21) =233a(22) =380a(23) =175a(24) =14a(25) =55a(26) =474a(27) =1022a(28) =700a(29) =126

External references