Dingus - March 15, 2025, 9:06 p.m.
Pascal's triangle is just adding. You can construct it by starting with a single number 1, and then adding more rows of numbers below it, where each number is the sum of the numbers above it to the left, and above to the right.