Triangle read by rows: T(n,k) is number of paths from (0,0) to (3n,0) that stay in the first quadrant (but may touch the horizontal axis), consisting of steps u=(2,1),U=(1,2), or d=(1,-1) and having sum of the heights of its pyramids equal to k (a pyramid is a sequence u^pd^p or U^pd^(2p) for some positive integer p, starting at the x-axis; p is the height of the pyramid).
A109157
Triangle read by rows: T(n,k) is number of paths from (0,0) to (3n,0) that stay in the first quadrant (but may touch the horizontal axis), consisting of steps u=(2,1),U=(1,2), or d=(1,-1) and having sum of the heights of its pyramids equal to k (a pyramid is a sequence u^pd^p or U^pd^(2p) for some positive integer p, starting at the x-axis; p is the height of the pyramid).
Terms
- a(0) =1a(1) =0a(2) =1a(3) =1a(4) =4a(5) =0a(6) =2a(7) =2a(8) =2a(9) =32a(10) =8a(11) =8a(12) =4a(13) =5a(14) =5a(15) =4a(16) =252a(17) =64a(18) =84a(19) =24a(20) =28a(21) =12a(22) =14a(23) =12a(24) =8a(25) =2112a(26) =520a(27) =680a(28) =240a(29) =232
External references
- oeis: A109157