Hello everyone.
On the New Enigma page (https://www.newenigma.com) they published the following problem:
Draw a 4-by-4 grid. Color each square red or blue. Select any square, S, and write 1 in it. Then write 1 in every square you can reach from S by a series of moves, where each move is from a square to an adjacent, horizontally, vertically, or diagonally, square of the same color.
Select any empty square, T, and write 2 in it. Then write 2 in every square you can reach from T by a series of moves. Repeat this procedure for 3 and then 4 and so on until every square has a number. The last number you write down is called the “score” for that coloring. If we imagine the grid is the map of a farm, then you have divided the map into fields, one field for each number.
(1) What is the largest score possible?
I thought of solutions for 1, 2x2, 3x3, 4x4, etc., which would give a sequence:
1, 2, 5, 6,...
--
You received this message because you are subscribed to the Google Groups "SeqFan" group.
To unsubscribe from this group and stop receiving emails from it, send an email to seqfan+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/seqfan/CADvuK0%2BZ-p7rX3VoniT6zNjkLRAh-a%3DU4NjGzkFGhC%2BB2iAgSw%40mail.gmail.com.
On Thu, Jul 23, 2026 at 12:23 PM Arthur O'Dwyer <arthur....@gmail.com> wrote:
On Thu, Jul 23, 2026 at 11:56 AM Claudio Meller <claudi...@gmail.com> wrote:
Hello everyone.
On the New Enigma page (https://www.newenigma.com) they published the following problem:Direct link (but requires an account, which I don't have, in order to view the original wording):Draw a 4-by-4 grid. Color each square red or blue. Select any square, S, and write 1 in it. Then write 1 in every square you can reach from S by a series of moves, where each move is from a square to an adjacent, horizontally, vertically, or diagonally, square of the same color.
Select any empty square, T, and write 2 in it. Then write 2 in every square you can reach from T by a series of moves. Repeat this procedure for 3 and then 4 and so on until every square has a number. The last number you write down is called the “score” for that coloring. If we imagine the grid is the map of a farm, then you have divided the map into fields, one field for each number.
(1) What is the largest score possible?
[...]
I thought of solutions for 1, 2x2, 3x3, 4x4, etc., which would give a sequence:
1, 2, 5, 6,...If you can get 6 fields for the 4x4 case, you've found something I didn't.
Well, hitting "Send" worked for me. ;) You can indeed get 6:1525555535445546
For n=6 I get 12 as optimum [...]For n=8 I get 19 as optimum [...]
There are no other improvements up to n=9.