I'm trying to determine the limit of the sum
$\lim_{n\to\infty} \sum\limits_{k=1}^n k^2/2^k$
Doing the convergence test shows the sum converges $\lim_{n\to\infty} \frac{(k+1)^2/2^{k+1}}{k^2/2^k} = 1/2$ so there must be a solution, but the normal tricks used to solve geometric series or telescoping series don't seem to work.