0

I know that $$ \sum^{n}_{k_p=0} \sum_{k_{p-1}=0}^{k_p} ...\sum_{k_1=0}^{k_2}1 = {n+p\choose n} $$

Now I would like to calculate the closed-form solution for the following $$ \sum^{n}_{k_p=1} \sum_{k_{p-1}=1}^{k_p} ...\sum_{k_1=1}^{k_2}x_{k_1} = ? $$

Where $x_i \in Z$.

Any idea how I can solve this?

Esildor
  • 17

2 Answers2

0

HINT:

$$\sum_{k=m}^{n} {k \choose m}={n+1 \choose m+1}$$ So $$\sum_{x=k_1}^{k_2} {x \choose k_1}={k_2+1 \choose k_1+1}$$

Contunue like this.

Z Ahmed
  • 43,235
0

We have $\displaystyle\sum^{n}_{k_p=1}\sum_{k_{p-1}=1}^{k_p}\ldots\sum_{k_1=1}^{k_2}x_{k_1}=\sum_{k=1}^{n}c_k x_k$, where, using the idea of stars and bars, $$c_k=\#\{(k_2,\ldots,k_p):k\leqslant k_2\leqslant\ldots\leqslant k_p\leqslant n\}=\binom{n-k+p-1}{p-1}.$$

metamorphy
  • 39,111