We need to find out
$$\sum {\binom{N}{a_1,a_2,a_3...a_B} a_1^{\alpha}a_2^{\alpha}...a_C^{\alpha} }$$
$$a_1+a_2...a_B=N, \alpha>0 ,0\lt C \le B$$
All are nonnegative integers.
We need to sum for all $a_i$. $N$,$B$ and $C$ are constants.
I was wondering if a closed form or a recurrence exists. I tried to solve it and failed miserably. All suggestions are welcome.
The summation is difficult while finding all permutation of $a's$. For a similiar problem I found the Equation-15 useful in following paper:
https://cs.uwaterloo.ca/journals/JIS/VOL16/Eger/eger6.pdf
The sum is converted to simple incremental variable and product of binomial coefficients. Hope it would help you too.