Given equation: $$\sum_{k=0}^{n-p} \sum_{i=0}^{k} C^{p-1+i}_i\cdot C^{n-(p+i)}_{k-i}\cdot(p+i)$$ here
I can simplify this to $$\sum_{k=0}^{n-p} \sum_{i=0}^{k} p\cdot C^{p+i}_i\cdot C^{n-(p+i)}_{k-i}$$
But i can't go any further
I need to simplify this thing to:
$$p\cdot\sum_{k=0}^{n-p} C^{n+1}_k$$
How to reach here?