Number of paths from (0, 0) to (2n, 2n) in an n X n grid using only steps north, northeast and east (i.e., steps (1, 0), (1, 1), and (0, 1)) and that do not pass through diagonal points with odd coordinates.
A370498
Number of paths from (0, 0) to (2n, 2n) in an n X n grid using only steps north, northeast and east (i.e., steps (1, 0), (1, 1), and (0, 1)) and that do not pass through diagonal points with odd coordinates.
Terms
- a(0) =1a(1) =4a(2) =60a(3) =1204a(4) =27724a(5) =691812a(6) =18198492a(7) =496924692a(8) =13951437804a(9) =400212569284
External references
- oeis: A370498