Homework Statement
I'm looking to find a closed form for the infinite series:
1*C(n,1) + 2*C(n,2) + 3*C(n,3) + ... + n*C(n,n)
Homework Equations
C(n,k) = n!/(k!*(n-k)!)
C(n,1) + C(n,2) + C(n,3) + ... + C(n,n) = 2^n - 1
The Attempt at a Solution
I'm not quite sure where to start...