Pascal's triangle

Pascal's triangle is a beautiful part of the mathematics with many exciting patterns and properties.

One of the mesmerizing properties is the following:

The value of a row, if each entry is considered a decimal place (and numbers larger than 9 carried over accordingly), is a power of 11 (11n, for row n).

Let us examine and visualize this.

Playground

Resulting triangle with {{n}} rows

{{cell}}

Summing the entries from the last row

{{summation}}

11 to the power of n

11{{n}} = {{raisedToThePower}}
Implemented with the help of Vue {{vueVersion}}.