Triangle read by rows: T(n,k) is the number of weighted lattice paths in L_n having k peaks.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. A peak is a (1,1)-step followed by a (1,-1)-step.

A182903

Triangle read by rows: T(n,k) is the number of weighted lattice paths in L_n having k peaks.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. A peak is a (1,1)-step followed by a (1,-1)-step.

Terms

    a(0) =1a(1) =1a(2) =2a(3) =4a(4) =1a(5) =9a(6) =2a(7) =21a(8) =5a(9) =48a(10) =14a(11) =1a(12) =112a(13) =38a(14) =3a(15) =263a(16) =104a(17) =9a(18) =623a(19) =276a(20) =31a(21) =1a(22) =1484a(23) =730a(24) =99a(25) =4a(26) =3550a(27) =1921a(28) =309a(29) =14

External references