Triangle read by rows: T(n,k) is the number of weighted lattice paths in L_n having k (1,1)-steps. L_n is the set of lattice paths of weight n that start at (0,0) and end on the horizontal axis and whose steps are of the following four kinds: a (1,0)-step with weight 1; a (1,0)-step with weight 2; a (1,1)-step with weight 2; a (1,-1)-step with weight 1. The weight of a path is the sum of the weights of its steps.

A182880

Triangle read by rows: T(n,k) is the number of weighted lattice paths in L_n having k (1,1)-steps. L_n is the set of lattice paths of weight n that start at (0,0) and end on the horizontal axis and whose steps are of the following four kinds: a (1,0)-step with weight 1; a (1,0)-step with weight 2; a (1,1)-step with weight 2; 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) =3a(4) =2a(5) =5a(6) =6a(7) =8a(8) =18a(9) =13a(10) =44a(11) =6a(12) =21a(13) =102a(14) =30a(15) =34a(16) =222a(17) =120a(18) =55a(19) =466a(20) =390a(21) =20a(22) =89a(23) =948a(24) =1140a(25) =140a(26) =144a(27) =1884a(28) =3066a(29) =700

External references