Let S(x,y) = number of lattice paths from (0,0) to (x,y) that use the step set { (0,1), (1,0), (2,0), (3,0), ....} and never pass below y = x. Sequence gives S(n-2,n).
A010736
Let S(x,y) = number of lattice paths from (0,0) to (x,y) that use the step set { (0,1), (1,0), (2,0), (3,0), ....} and never pass below y = x. Sequence gives S(n-2,n).
Terms
- a(0) =1a(1) =3a(2) =12a(3) =52a(4) =237a(5) =1119a(6) =5424a(7) =26832a(8) =134913a(9) =687443a(10) =3541932a(11) =18421524a(12) =96585597a(13) =509960223a(14) =2709067968a(15) =14469453632a(16) =77655751329a(17) =418567792899
External references
- oeis: A010736