Triangle read by rows: T(n,k) (0 <= k <= floor(n/2)) is the number of lattice paths from (0,0) to (2n,0) consisting of steps U=(1,1), D=(1,-1), H=(2,0), never going below the x-axis (i.e., Schroeder paths) and having k UH's.
A110220
Triangle read by rows: T(n,k) (0 <= k <= floor(n/2)) is the number of lattice paths from (0,0) to (2n,0) consisting of steps U=(1,1), D=(1,-1), H=(2,0), never going below the x-axis (i.e., Schroeder paths) and having k UH's.
Terms
- a(0) =1a(1) =2a(2) =5a(3) =1a(4) =15a(5) =7a(6) =51a(7) =37a(8) =2a(9) =188a(10) =181a(11) =25a(12) =731a(13) =866a(14) =204a(15) =5a(16) =2950a(17) =4124a(18) =1393a(19) =91a(20) =12235a(21) =19657a(22) =8672a(23) =1008a(24) =14a(25) =51822a(26) =93937a(27) =51147a(28) =8856a(29) =336
External references
- oeis: A110220