Right- or upward-moving paths connecting opposite corners of an n X n chessboard, visiting the diagonal in 0 up to (n-2) intermediate points between start and finish. Equivalently, subdivide the chessboard into 1 up to (n-1) blocks along the diagonal in all possible ways and sum the path-count over all sub-blocks.
A075436
Right- or upward-moving paths connecting opposite corners of an n X n chessboard, visiting the diagonal in 0 up to (n-2) intermediate points between start and finish. Equivalently, subdivide the chessboard into 1 up to (n-1) blocks along the diagonal in all possible ways and sum the path-count over all sub-blocks.
Terms
- a(0) =2a(1) =10a(2) =52a(3) =274a(4) =1452a(5) =7716a(6) =41064a(7) =218722a(8) =1165564a(9) =6213100a(10) =33125336a(11) =176629268a(12) =941884088a(13) =5022886536a(14) =26786945232a(15) =142857244674a(16) =761881733148
External references
- oeis: A075436