I'm working on proofs, and I came across the concepts generating functions and Burnside's lemma. So the summation is this: $\sum_{k=0}^{n-1}(2n-2k){n \choose k} = n2^{n} $. (If someone could format this that would be great).
How would you proove this summation using generating functions? How is Burnside's lemma used to solve this problem also?
Hint:
$\sum_{k=0}^{n-1}(2n-2k){n \choose k} =2\sum_{k=0}^{n-1}(n-k){n \choose k} =2\sum_{k=1}^{n}k{n \choose k} $.