I would like to know if someone know, how is called a matrix M*N, where m represents the row index in the matrix and the sum of the N columns at this row. Meaning that each row represents a possible partition of m into N parts. Finally the sum of the matrix is always a triangular number.
e.g.
0 0 1
0 1 1
1 1 1
2 1 1
As well, if you have informations about evaluation of those type of Matrix, that would be great, e.g. discrepancy, distribution, pattern... whatever
Thanks a lot