Difference between revisions of "Bill's Triangle"

(How to Make Bill's Triangle)
Line 3: Line 3:
 
==How to Make Bill's Triangle==
 
==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:
+
As with Pascal's Triangle, we start with a complete row of zeros. However, in Bill's Triangle, we need another row:
  
 
<cmath>0, 0, 0, 0, 0, 0</cmath>
 
<cmath>0, 0, 0, 0, 0, 0</cmath>
 
<cmath>0, 0, 0, 0, 0, 0, 0</cmath>
 
<cmath>0, 0, 0, 0, 0, 0, 0</cmath>
 +
 +
Again, as with Pascal's Triangle, we change a zero to a one:
 +
 +
<cmath>0, 0, 0, 0, 0, 0</cmath>
 +
<cmath>0, 0, 0, 1, 0, 0, 0</cmath>

Revision as of 14:51, 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, 0\] \[0, 0, 0, 0, 0, 0, 0\]

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

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