I have problem understanding this when I am reading about the generating function of random walk. $f_0(n)$ is the probability of "first" return after n steps in random walk.
If $\sum_{n=1}^{\infty}f_0(n) = 1$, i.e. the walker is certain to return, why is $\sum_{n=1}^{\infty}nf_0(n) = \infty$?
Intuitively, $\sum_{n=1}^{\infty}nf_0(n)$ is infinity as $n$ gets to infinity so the sum should blow up. But if $f_0(n)$ goes like $1/n^3$ i think this may not be true. However, $1/n^3$ does not satisfy $\sum_{n=1}^{\infty}f_0(n) = 1$. So the constraint $\sum_{n=1}^{\infty}f_0(n) = 1$ posts a limitation on the functional property of $f_0(n)$.