|
You start out with the top two rows: 1, and 1 1. Then
to construct each entry in the next row, you look at the two entries above
it (i.e. the one above it and to the right, and the one above it and to
the left). At the beginning and the end of each row, when there's only one
number above, put a 1. You might even think of this rule (for placing the
1's) as included in the first rule: for instance, to get the first 1 in
any line, you add up the number above and to the left (since there is no
number there, pretend it's zero) and the number above and to the right
(1), and get a sum of 1. |