A067875 One player's total legal chess moves by piece type on standard chessboard.
668, 1964, 2434, 3248, 5152, 8400
Offset: 1
References
- Inspired by a question posed by Tim Krabbé.
Links
Formula
a(6) = a(4) + a(5) (Queen moves equal sum of Bishop and Rook moves). Generalizing all terms for n X n chessboards other than 8 x 8 requires defining how many pieces and how many types of pieces are originally on the board and/or can be promoted to, especially because of the way captures are counted.
Comments