N-Sums (Squares) Sudoku
(Published on 13. February 2022, 06:00 by ICHTUES)
- Normal Sudoku rules apply.
- Every color represent a perfect square, finding the corresponding square for each color is part of the puzzle. The order of the colors has no meaning.
- Clues outside the grid denote that the first N cells of that row/column in that direction sum to that number (of the color) .
- All possible clues (colors) are given.
- e.g. the row 317529846 would have 2 colors on the left (3+1=4 and 3+1+7+5=16) and no color on the right.
penpa+
Solution code: row 2 and column 8 (18 digits)
Last changed on on 13. February 2022, 21:24
Solved by Vebby, achim-t, Franjo, marcmees, kublai, Jesper, lerroyy
Comments
on 3. September 2022, 00:42 by lerroyy
Really cool puzzle! thanks
on 13. February 2022, 21:23 by ICHTUES
added an example