Triangle read by rows: T(n,k) is the number of paths of length n in the first quadrant, starting at the origin, ending at height k and consisting of 2 kind of upsteps U=(1,1) (U1 and U2), 3 kind of flatsteps F=(1,0) (F1, F2 and F3) and 1 kind of downsteps D=(1,-1).
A134426
Triangle read by rows: T(n,k) is the number of paths of length n in the first quadrant, starting at the origin, ending at height k and consisting of 2 kind of upsteps U=(1,1) (U1 and U2), 3 kind of flatsteps F=(1,0) (F1, F2 and F3) and 1 kind of downsteps D=(1,-1).
Terms
- a(0) =1a(1) =3a(2) =2a(3) =11a(4) =12a(5) =4a(6) =45a(7) =62a(8) =36a(9) =8a(10) =197a(11) =312a(12) =240a(13) =96a(14) =16a(15) =903a(16) =1570a(17) =1440a(18) =784a(19) =240a(20) =32a(21) =4279a(22) =7956a(23) =8244a(24) =5472a(25) =2320a(26) =576a(27) =64a(28) =20793a(29) =40670
External references
- oeis: A134426