Triangle read by rows: T(n,k) is number of paths from (0,0) to (3n,0) that stay in the first quadrant (but may touch the horizontal axis), consisting of steps u=(2,1), U=(1,2), or d=(1,-1) and have k down steps (d).

A108429

Triangle read by rows: T(n,k) is number of paths from (0,0) to (3n,0) that stay in the first quadrant (but may touch the horizontal axis), consisting of steps u=(2,1), U=(1,2), or d=(1,-1) and have k down steps (d).

Terms

    a(0) =1a(1) =0a(2) =1a(3) =1a(4) =0a(5) =0a(6) =2a(7) =5a(8) =3a(9) =0a(10) =0a(11) =0a(12) =5a(13) =21a(14) =28a(15) =12a(16) =0a(17) =0a(18) =0a(19) =0a(20) =14a(21) =84a(22) =180a(23) =165a(24) =55a(25) =0a(26) =0a(27) =0a(28) =0a(29) =0

External references