What is a closed form expression for $$\sum_{k=n/2+1}^n k {n \choose k}$$ I have looked at Sum of Binomial Coefficients Times a Polynomial which is pretty close but still does not solve this case where the sum is partial. Some hints are also in Sum of combinations of n taken k where k is from n to (n/2)+1 but I don't see how to combine the two.
2026-04-08 17:29:08.1775669348
Partial sum of binomial coefficients n choose k multplied by k for k from n/2+1 to n
371 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
I am not sure what you mean by $\frac{n}{2}$ as that is not necessarily an integer, but presumably you mean that it is the floor or ceiling. In either case, you can use the identity $$\binom{n}{k}=\frac{n}{k}\binom{n-1}{k-1}$$ for integers $n\ge k\ge 1$ on each expression and use the fact that the sum of the elements of the $n^{\text{th}}$ row of Pascal's triangle is $2^n.$ (Though you'll have to divide it by half and add or subtract a term, using the right-left symmetry of Pascal's triangle $\binom{p}{q}=\binom{p}{p-q}$)