Just in case I will remind what is called Polya urn: Suppose you have an urn containing one red and one blue ball. You draw one at random. Then if the ball is red, put it back in the urn with an additional red ball, otherwise put it back and add a blue ball.
Now denote by $N$ number of balls drawn before first appearance of a blue one. What will be $\operatorname{E}(N+2)^{-1}$?
I can find a mean for the $N$ itself just by $$\operatorname{E}(N) = \left(\frac 1 2 \cdot\frac 1 3 \right)\cdot1+ \left( \frac 1 2 \cdot \frac 2 3 \cdot\frac 1 4 \right)\cdot2+\cdots = \sum_{i=1}^\infty \left( \prod_{k=1}^i \frac{k}{k+1}\cdot\frac{1}{i+2}\right)\cdot i$$
but get stuck what to do with $\operatorname{E}(N+2)^{-1}$. Can anyone explain it?
Applying the martingale optimal stopping theorem one can show that $\mathbb{E}(T+2)^{-1} = \frac{1}{4}$ (here $T$ stands for the number of balls drawn until the first blue ball appears)
Theorem (Optimal Stopping theorem)
Let $Y_{n}$ be a martingale adapted to filtration $\{ \mathcal{F_{n}} \}$ and let $T$ be the stopping time. Then if
(1) $Y_{n}$ is uniformly integrable.
(2) $\mathbb{P}(T < \infty) = 1$
(3) $\mathbb{E}(|Y_{T}|) < \infty$
then $\mathbb{E}(Y_{n}) = \mathbb{E}(Y_{0})$
So, since $Y_{n}$ is uniformly integrable it suffcies to check the second condition, indeed $$P(T < \infty) = \frac{1}{2} \cdot \frac{2}{3} \ldots \cdot \frac{n-1}{n} = \frac{1}{n} \to 0$$ as $n \to \infty$. By the optimal stopping theorem, which is to say that $$\mathbb{E}(\frac{T}{T+2}) = \frac{1}{2}$$ the result follows.