I am attempting to complete the z transform of the following formula:
$$x(n) = \frac{1}{2}(n^2+n) u(n-1)$$
I got it into the summation form like so:
$$X(z) = \frac{3}{2} \sum_{n=1}^{\infty} n^2(\frac{1}{3} z^{-1})^2 + \frac{3}{2} \sum_{n=1}^{\infty} n(\frac{1}{3} z^{-1})^2$$
$$X(z) = ??? + 3\frac{\frac{1}{3}z^{-1}}{(1-\frac{1}{3}z^{-1})^2}$$
I'm not sure what to do about that first term there. It doesn't seem to fit any of the forms given in my Z-Transform table.