i´d like to build a pascal´s triangle as a square matrix in c# like this.
1 0 0 0 0 1 1 0 0 0 1 2 1 0 0 1 3 3 1 0 1 4 6 4 1
But the following code didn´t perfo