Not Pascal's
Source: 2023 AMC 12A #20
November 9, 2023
AMCAMC 122023 AMC2023 AMC 12A
Problem Statement
Rows 1, 2, 3, 4, and 5 of a triangular array of integers are shown below:[asy]
size(4.5cm);
label("", (0,0));
label("", (-0.5,-2/3));
label("", (0.5,-2/3));
label("", (-1,-4/3));
label("", (0,-4/3));
label("", (1,-4/3));
label("", (-1.5,-2));
label("", (-0.5,-2));
label("", (0.5,-2));
label("", (1.5,-2));
label("", (-2,-8/3));
label("", (-1,-8/3));
label("", (0,-8/3));
label("", (1,-8/3));
label("", (2,-8/3));
[/asy]Each row after the first row is formed by placing a 1 at each end of the row, and each interior entry is 1 greater than the sum of the two numbers diagonally above it in the previous row. What is the units digit of the sum of the 2023 numbers in the 2023rd row?