How do I calculate $\sum_{r=1}^{30}r^3 {30 \choose r}$.
My approach is lengthy $(1+x)^n$ Differentiate it then multiply by x
Again differentiate it then multiply by x.
Repeat this process again we get the required summation. Is there any other shorter method.
It is lengthy and cumbersome.
Combinatorial Proof of general case:
$\displaystyle\sum_{r=0}^{r=n}r^3.^nC_{r}=n^2(n+3).2^{n-2}$
LHS is say no. of ways to form student council of size $r$ out of $n$ students in the class.Then from this council elect House captain,Head boy & Cultural Captain(these all can be same person also) .
for RHS: select one student in $\ n$ ways and give him all three positions then rest can be part of council in $2^{n-1}$ ways giving total no. of such councils as $n.2^{n-1}$
OR
select $2$ students in $n.(n-1)$ ways for occupying those $3$ designations in $^3C_2=3$ways and rest members in $2^{n-2}$ ways to give no. of such councils as $3n(n-1)2^{n-2}$
OR
select $3$ students in $n.(n-1)(n-2)$ ways for occupying those $3$ designations in $^3C_3=1$way and rest members in $2^{n-3}$ ways to give no. of such councils as $n(n-1)(n-2)2^{n-3}$
now add all three cases =$[n(n-1)(n-2)2^{n-3}+3n(n-1)2^{n-2}+n.2^{n-1}]$
$=2^{n-3}[n(n^2-3n+2)+4n+6n^2-6n]$
$=2^{n-3}[n^3+3n^2]$
$=2^{n-3}n^2[3+n]$ ways to form council.
for your question put $n=30$
so, answer will be
$2^{27}\times 900 \times 33=29700\times 2^{27}$