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 H=(2,0) steps (0 <= k <= floor(n/2)).
A132885
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 H=(2,0) steps (0 <= k <= floor(n/2)).
Terms
- a(0) =1a(1) =1a(2) =3a(3) =1a(4) =7a(5) =2a(6) =19a(7) =9a(8) =1a(9) =51a(10) =28a(11) =3a(12) =141a(13) =95a(14) =18a(15) =1a(16) =393a(17) =306a(18) =70a(19) =4a(20) =1107a(21) =987a(22) =285a(23) =30a(24) =1a(25) =3139a(26) =3144a(27) =1071a(28) =140a(29) =5
External references
- oeis: A132885