I am trying to find a general summation for $$\sum_{k=1}^{n} \frac{(k-1)2^k}{k(k+1)}$$
I tried to expand it and look for some pattern.
$$\frac{(1-1)2^1}{1(1+1)} + \frac{(2-1)2^2}{2(2+1)}+...+\frac{((k-1)-1)2^{k-1}}{(k-1)((k-1)+1} + \frac{(k-1)2^k}{k(k+1)}$$
If it can be solved through telescoping, I couldn't see how.
2026-03-31 15:04:55.1774969495
Finding a general formula for summation
79 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
HINT
We have
$$\frac{(k-1)}{k(k+1)}=\frac{2}{k+1}-\frac{1}{k}$$
and therefore
$$\frac{(k-1)2^k}{k(k+1)}=\frac{2^{k+1}}{k+1}-\frac{2^k}{k}$$