Triangle read by rows: T(n,k) is the number of weighted lattice paths in L_n having k (1,-1)-returns to the horizontal axis. The members of L_n are paths of weight n that start at (0,0), end on the horizontal axis and whose steps are of the following four kinds: an (1,0)-step with weight 1, an (1,0)-step with weight 2, a (1,1)-step with weight 2, and a (1,-1)-step with weight 1. The weight of a path is the sum of the weights of its steps.
A182896
Triangle read by rows: T(n,k) is the number of weighted lattice paths in L_n having k (1,-1)-returns to the horizontal axis. The members of L_n are paths of weight n that start at (0,0), end on the horizontal axis and whose steps are of the following four kinds: an (1,0)-step with weight 1, an (1,0)-step with weight 2, a (1,1)-step with weight 2, and a (1,-1)-step with weight 1. The weight of a path is the sum of the weights of its steps.
Terms
- a(0) =1a(1) =1a(2) =2a(3) =4a(4) =1a(5) =8a(6) =3a(7) =17a(8) =9a(9) =37a(10) =25a(11) =1a(12) =82a(13) =66a(14) =5a(15) =185a(16) =171a(17) =20a(18) =423a(19) =437a(20) =70a(21) =1a(22) =978a(23) =1107a(24) =225a(25) =7a(26) =2283a(27) =2790a(28) =686a(29) =35
External references
- oeis: A182896