Given the following sum formula:
$\sum\limits_{i=1}^{n} (i\cdot 2^{n-i}) $
Can you help me out to a simplify the formula and provide an formula without a Sigma sign?
I know that I cannot just split the Sigma like that:
$\sum\limits_{i=1}^{n} (i\cdot 2^{n-i}) \ne (\sum\limits_{i=1}^{n} i) \cdot (\sum\limits_{i=1}^{n}2^{n-i}) $
I am wondering if there is something else I can do