How do you notate recursive summation?

28 Views Asked by At

I have devised the following expression and was just wondering if there is some way to better notate it mathematically.

$$ \sum_{i=0}^{n} \Bigg( \sum_{j=i}^{n} \bigg( \sum_{k=j}^{n} \cdots \sum_{z=y}^{n} (n-z+1) \bigg) \Bigg) $$

where the total number of sigmas is given by $n-1$ .

1

There are 1 best solutions below

0
On

Maybe $$\sum_{(i,j,\ldots,z)\atop 0\le i\le j\le\ldots\le z\le n}(n-z+1) $$