Difference between revisions of "Bill's Triangle"

Line 27: Line 27:
 
<cmath>0, 0</cmath>
 
<cmath>0, 0</cmath>
 
<cmath>0, 1, 0</cmath>
 
<cmath>0, 1, 0</cmath>
<cmath>1, 1</cmath>
+
<cmath>0, 1, 1, 0</cmath>
 +
 
 +
We could keep adding zeroes, but as with Pascal's Triangle, we can get rid of them. Hopefully, by now you have gotten the "gist" of Bill's Triangle, and we can proceed to calculate the next few rows:

Revision as of 14:59, 6 August 2017

Bill's Triangle is a triangle similar to Pascal's Triangle, except each number is obtained by adding the top three numbers, not just the top two. It was found by Bill9000. (If anyone finds someone who found this triangle before, please tell Bill9000.)

How to Make Bill's Triangle

As with Pascal's Triangle, we start with a complete row of zeros. However, in Bill's Triangle, we need another row:

\[0, 0\] \[0, 0, 0\]

Again, as with Pascal's Triangle, we change a zero to a one:

\[0, 0\] \[0, 1, 0\]

Now, we can add the top three numbers to get the next number. The boxed numbers are the ones we add to get the next row.

\[\boxed{0}, 0\] \[\boxed{0}, \boxed{1}, 0\]

We add $0 + 0 + 1 = 1,$ so that is the next number. We also add these numbers:

\[0, \boxed{0}\] \[0, \boxed{1}, \boxed{0}\]

Therefore, the first few rows of Bill's Triangle are

\[0, 0\] \[0, 1, 0\] \[0, 1, 1, 0\]

We could keep adding zeroes, but as with Pascal's Triangle, we can get rid of them. Hopefully, by now you have gotten the "gist" of Bill's Triangle, and we can proceed to calculate the next few rows: