As in title: you're flipping a coin indefinitely (let's say heads gives 1, tails gives 0). E.g.:
${0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 1\dots}$
How would you try proving that lengths of series of zeros or ones are of geometric distribution, that is of form:
$\mathbb{P}(\text{length} = k) = (1-p)^{k-1}p$.
Thanks for tips.