A335445 Maximum number of rooks within an n X n chessboard, where each rook has a path to an edge.
1, 4, 8, 13, 21, 28, 37, 50
Offset: 1
Examples
For n = 2, an example maximal solution is: XX XX For n = 4, an example maximal solution is: XXXX XXX. ..XX XXXX
Links
- V. Ilmer, Ship City.
- Nicholas Tran, Solution in ASP.
Comments