Is there an analytic expression for a number of items inside a triangular matrix (with and without items on diagonal)?
I tried to solve this with a combinatorial analysis using this "representation" of the problem:
( _, _ ) = ( n, m )
where:
- "n" is the matrix row index,
- "m" is the matrix column index. m = { 0, 1, 2, ... n }
but I don't have any further idea (I do not understand combinatorial analysis very well)