I decide to write up the small research I did as well as some fun findings discovered along the way in a blog post.
Also, yes this is extremely pointless and silly, and the math involved is not incredibly high level, but I still think it's an enjoyable bit of recreational math worth your time!
Puzzle 2 is
1234
3412
2341
4123
If you rotate it counterclockwise you have 4213
3142
2431
1324
And if you normalize it, replacing the first row with "1234" (brilliant idea from the post), you get 1234
4312
2143
3421
Which is listed as puzzle 7. A quick check gives me that puzzles 1, 2, 3, 5, 11 and 12 would be unique under rotation, but I wrote that check in five minutes so there must be bugs somewhere. Also, I performed no check for mirror symmetry whatsoever (update: I did a quick one, same result).I don't want to miss my chance to say that the post is brilliant and that it convinced me to leave what I was doing to check for rotations. I was nerd sniped in the best way and I take my hat off for the OP.
https://arxiv.org/html/2607.20669
'Counting, Symmetries and Equivalence Classes of Sudoku Grids' where an 'equivalence class' is a set of structures (such as filled Sudoku grids) that are all equivalent under some relation.
If the 4x4 sudoku has 288 / 4! = 12 distinct solutions, then does the 9x9 sudoku have 6670903752021072936960 / 9! distinct solutions?
1. Fill the upper left box with 1-2-3-4
2. Choose where to put the 1 in the top right box (2 choices)
3. Choose where to put the 1 in the lower left box (2 choices)
4. Choose which digit to put diagonally opposite the 1 in the lower right box (3 choices)
Is there a nicer way which makes it obvious that there is exactly one solution for each choice in the last step?
There are only two choices there. You cannot put a 1, nor the digit (3 or 4) that’s in the top the column where you try to put the number.
> Is there a nicer way which makes it obvious that there is exactly one solution for each choice in the last step?
There isn’t. You may end up with a degree of freedom after step 4
1234 1234
..1. ..1.
...1 ...1
.1.. .14.
leads to 1234
..12
..21
2143
which allows for 2 solutions: 1234 1234
3412 4312
4321 3421
2143 2143 12..
34.1
.1.x
..1.
From here x can be any of [2,3,4], and each yields exactly one solution!