Suppose, $N$ random digits $$x_1,x_2,\cdots ,x_N$$ with $0\le x_j\le 9$ for $j=1,2,\cdots , N$ and a positibe integer $L$ is given.
What is the probability that a block of $L$ consecutive digits appears at least twice in the above sequence ?
To precise what "appearing at leat twice" means : The two blocks must be seperated. So, "$456456456$" does NOT count as a double occurence of $456456$, and $"111"$ does NOT count as a double occurence of $11$, but "$351351"$ counts as a double occurence of $351$.
Motivation : I want to estimate the length of the longest string occuring at least twice in the first $2\cdot 10^9$ digits of $\pi$ based on the assumption that they behave like random digits.