I am lost on this Taylor series. The hint says to let $x = 1/n$ and expand around $x = 0$, but I can't make any progress.
I am also confused why this hint is helpful. Can't I just expand around large $n$? Then I can assume $1/n^2, 1/n^3, ...$ and the other higher order derivatives to be about $0$, hence the Taylor series expansion would be $0$. Any advice?
$\begin{array}\\ F(n) &= \dfrac1{(n-1)^2} - \dfrac1{n^2}\\ &= \dfrac1{n^2}\left(\dfrac1{(1-1/n)^2} -1\right)\\ &= \displaystyle\dfrac1{n^2}\left(\sum_{k=0}^{\infty}\dfrac{k+1}{n^{2k}} -1\right)\\ &= \displaystyle\dfrac1{n^2}\sum_{k=1}^{\infty}\dfrac{k+1}{n^{2k}} \\ &= \displaystyle\sum_{k=1}^{\infty}\dfrac{k+1}{n^{2k+2}} \\ &= \displaystyle\sum_{k=2}^{\infty}\dfrac{k}{n^{2k}} \\ \end{array} $