Triangle read by rows: T(n,k) is the number of weighted lattice paths in L_n having k returns to the horizontal axis (both from above and below). 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.
A182898
Triangle read by rows: T(n,k) is the number of weighted lattice paths in L_n having k returns to the horizontal axis (both from above and below). 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) =3a(4) =2a(5) =5a(6) =6a(7) =8a(8) =18a(9) =13a(10) =46a(11) =4a(12) =21a(13) =112a(14) =20a(15) =34a(16) =262a(17) =80a(18) =55a(19) =600a(20) =268a(21) =8a(22) =89a(23) =1356a(24) =816a(25) =56a(26) =144a(27) =3046a(28) =2324a(29) =280
External references
- oeis: A182898