Difference between revisions of "Bill's Triangle"

Line 5: Line 5:
 
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</cmath>
<cmath>0, 0, 0, 0, 0, 0, 0</cmath>
+
<cmath>0, 0, 0</cmath>
  
 
Again, as with Pascal's Triangle, we change a zero to a one:
 
Again, as with Pascal's Triangle, we change a zero to a one:
  
<cmath>0, 0, 0, 0, 0, 0</cmath>
+
<cmath>0, 0</cmath>
<cmath>0, 0, 0, 1, 0, 0, 0</cmath>
+
$0, 1, 0<cmath>
  
 
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.
 
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.
  
<cmath>0, 0, \boxed{0}, \boxed{0}, 0, 0</cmath>
+
</cmath>boxed{0}, \boxed{0}<cmath>
<cmath>0, 0, 0, \boxed{1}, 0, 0, 0</cmath>
+
</cmath>0, \boxed{1}, 0<cmath>
 +
</cmath>\downarrow<cmath>
 +
</cmath>

Revision as of 14:54, 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}, \boxed{0}\[\]0, \boxed{1}, 0\[\]\downarrow\[\]