What are examples of DISCRETE probability distributions (a) with a mean but no finite variance, (b) without a mean?
For continuous distributions, good answers are (a) the pareto distribution with alpha parameter between 1 and 2, and (b) the Cauchy distribution. (Actually, does anybody know a better common example than the pareto, since it has have that particular parameter range?)
It should be pretty easy to construct a discrete example with fat tails too, where the infinite series converges for probability but not for higher moments, but my googling didn't find one.
I'm not sure if this is what you're looking for, but for $n \in \mathbb{N} $ $$ p_n = A n^{-(1+m)}$$ With $A$ a normalizing constant, and $m=1,2,...$ being the first moment you want to diverge. This works because the sum of $1/n$ diverges but the sum of $1/n^2$ converges. There are of course many other such distributions.