Triangle read by rows: T(n,k) is the number of weighted lattice paths in F[n] having endpoint height k (k<=floor(n/2)). The members of F[n] are paths of weight n that start at (0,0), do not go below 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.
A182906
Triangle read by rows: T(n,k) is the number of weighted lattice paths in F[n] having endpoint height k (k<=floor(n/2)). The members of F[n] are paths of weight n that start at (0,0), do not go below 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) =1a(4) =4a(5) =2a(6) =8a(7) =5a(8) =1a(9) =17a(10) =12a(11) =3a(12) =37a(13) =28a(14) =9a(15) =1a(16) =82a(17) =66a(18) =25a(19) =4a(20) =185a(21) =156a(22) =66a(23) =14a(24) =1a(25) =423a(26) =370a(27) =171a(28) =44a(29) =5
External references
- oeis: A182906