Polygonal Numbers: Another pattern that exists within Pascal’s Triangle shows the total number of vertices when different polygons are formed. We can see examples of this in the image below. Now the numbers for each type may not seem immediately connected to Pascal’s Triangle when given a first glance. However, they are found through simple application of Pascal’s Triangle. We will now explain.
Note that the triangular numbers exist in the third diagonal as mentioned earlier. The remaining polygonal numbers are not readily visible. The total number of vertices must be found for each additional larger polygon which is formed using the existing polygons already in place. The Shi-Cheng formula was derived in order for one to quickly solve for the total number of vertices where x refers to the type of polygon and n refers to the number of polygons. Let us consider the case where we want to find the total number of vertices
for a Hexagon in the 7th stage as shown in the image. We would let x=6 and n=7. Because x is even in this case, we would use the Shi-Cheng Formula as follows. We solve for y by using y=x/2-1. Then we can use the formula n+y(n^2-n) to solve. Therefore, in our case, y=6/2 - 1, which equals 2. Following this, we would get 7+2(49-7), which equals 91. Note that in the case where x is odd, then we would use y=(x-1)/2 and then the formula (-(n^2)+3n+2n^2y-2ny)/2.
Now perhaps one would like a simpler method. There is such a method, and it includes the use of Pascal’s Triangle. Furthermore, it uses what is called the Winton Formula, which applies the 2nd and 3rd diagonal in Pascal’s Triangle. We will use the same example where we are solving for the nth x-gonal number, and n=7 and x=6. The Winton formula finds the nth row in Pascal’s Triangle, finds the number in the third diagonal (triangular numbers), then multiplies that number by (x-2).
Following this, the resulting product is then added to the number from the 2nd diagonal, still in the same nth row. This formula can be written as ((n^2-n)/2) x (x-2) + n. In our example where n=7 and x=6, this would look like ((49-7)/2) x (6-2) + 7 = 21(triangular number on 7th row) x 4 + 7(Number in second diagonal on 7th row) = 91. Either formula works, but the Winton Formula may be preferred so one may be more efficient by using Pascal’s Triangle.
Regardless, the Shi-Cheng formula or the Winton formula will both give the correct result, which may be quickly tested using the applet found under Polygonal Numbers on this link.