To answer this question, we're going to use some important properties of the Pascal's triangle.
1) If we number the rows starting at zero, then the kth row has k + 1 elements.
2) If we number the elements on the kth row starting with zero, then the mth element of row k is given by
Using those two properties, we can answer our question.
We want to know the numbers that will fill in the eighth row, this means our k = 8.
From the first property, we know that we have 9 elements on this row, and they are given by
Plugging each m value on this equation, we have
And those are the values on the eighth row.