Find $\frac{{n\choose 1}(n-1)^3+{n\choose 3}(n-3)^3+...}{n^2(n+3)2^n}$
My attempt at this question was to first write the numerator as $\sum_{k=1}^{n} {n\choose 2k-1}(n-(2k-1))^3$ and then expanding this we would get expression like $\sum_{k=1}^{n} {n\choose 2k-1}(2k-1)^3$ which if I write as $\frac{1}{2}\sum_{r=0}^{n}{n\choose r}r^3$ I might be able to solve this using the repeated differentiation of $(1+x)^n$ , But overall I am not sure if my approach is correct the sum seemed to get more complicated , is there any more elegant ways to solve this ?