If you click on that image, it will take you to a page that will tell you perhaps more than you want to know about Pascal's triangle:). But we'll know about all that stuff, by the time the course is over....
Notice the asymmetry in their colors -- they could have run from left to right, just as well. The number patterns are the same, right and left.
The first diagonal set of numbers they left out in the image above is called the tetrahedral numbers:
Also the boardwork shows some of those connections. We connect Pascal's triangle up to binary trees, which we can think of as containing the results of tossing coins (Heads or Tails). Pascal's triangle shows, for each depth of the tree, how many different tosses lead to each type of result -- all heads, all heads but one, ..., all tails but one, all tails.
n | # of possible edges | # of Facebook configurations |
1 | 0 | 1 |
2 | 1 | 2 |
3 | 3 | 4 |
4 | 6 | 11 |
Furthermore, we saw that each configuration has a "dual" configuration, given by the rule that "If there's a connection (edge), break it; if there's no connection, make it!"