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?