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