A353093 Solution to Forest of Numbers (Bosque de NĂºmeros) puzzle for Opaque Queens starting with numbers 1 and 2 for an n X n square grid (see Comments).
3, 6, 10, 13, 16, 20, 23
Offset: 2
Examples
Solution for a(5) = 13 from Daniel Valdano: +---+---+---+---+---+ | 12| 4 | 8 | | | +---+---+---+---+---+ | 7 | 1 | 3 | | 10| +---+---+---+---+---+ | | | 6 | | | +---+---+---+---+---+ | | 9 | 2 | 13| 5 | +---+---+---+---+---+ | | 11| | | | +---+---+---+---+---+ Solution for a(6) = 16 from Daniel Valdano. Solution for a(7) = 20 from Giorgio Vecchi. Solution for a(8) = 23 from Giorgio Vecchi.
Links
- Rodolfo Kurchan, Puzzle Fun, Problems, Forest of Numbers
Comments