Evaluate the sum:
121+222+323+⋯+k2k+⋯
sumfor(n, 1, 1000, (n/2^n))=It converges to 2
Partial sum formula =2^(-k) * (-k + 2^(k+1) - 2)