Pascal's Triangle
(Published on 30. October 2023, 20:11 by BenTen)
f-puzzles link
CTC app link
Rules:
- Normal sudoku rules apply.
- Killer: In cages, digits must sum to the small clue in the top left corner of the cage.
- Little Killer: A clue outside the grid is the sum of the digits along the indicated diagonal.
- Kropki: A white dot indicates the two connected digits must be consecutive. A black dot indicates the two connected digits must have a ratio of 1:2.
- Odd: Digits in grey circles must be odd.
- Pyramid: The cells coloured in pink belong to a number pyramid. Each digit is the sum of the two digits a knight's move below it, in modulo 10.
(i.e. If the sum is more than 10, then only the units digit is written).
Number Pyramid Example
8 + 5 = 13 (3 entered in cell)
5 + 4 = 9 (9 entered in cell)
3 + 9 = 12 (2 entered in cell)
![](/Dateien/bild.php?data=89520b7e-27031-32303232372d32)
Solution code: Row 1 followed by Column 1.
Solved by Onyx, OutOfMyMindBRB, Bjd, Megalobrainiac, Fizz, Maroet, jalebc, SKORP17, DerRiese
Comments
Last changed on 31. October 2023, 19:10on 31. October 2023, 13:35 by Fizz
That was monstrously difficult, but still very rewarding all the way through
---------
Well done for persevering and solving in the end.
It's sometimes hard to judge the difficulty rating. When you know the solve path you can come to underestimate the complexity of some of the logic.