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 returns to the x-axis.
A108435
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 returns to the x-axis.
Terms
- a(0) =2a(1) =6a(2) =4a(3) =34a(4) =24a(5) =8a(6) =238a(7) =172a(8) =72a(9) =16a(10) =1858a(11) =1360a(12) =624a(13) =192a(14) =32a(15) =15510a(16) =11444a(17) =5520a(18) =1952a(19) =480a(20) =64a(21) =135490a(22) =100520a(23) =50040a(24) =19136a(25) =5600a(26) =1152a(27) =128a(28) =1223134a(29) =911068
External references
- oeis: A108435