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 have k triple descents (i.e., ddd's).
A108443
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 have k triple descents (i.e., ddd's).
Terms
- a(0) =1a(1) =2a(2) =6a(3) =3a(4) =1a(5) =21a(6) =24a(7) =15a(8) =5a(9) =1a(10) =80a(11) =150a(12) =145a(13) =84a(14) =31a(15) =7a(16) =1a(17) =322a(18) =857a(19) =1145a(20) =949a(21) =528a(22) =202a(23) =53a(24) =9a(25) =1a(26) =1347a(27) =4692a(28) =8096a(29) =8801
External references
- oeis: A108443