Are the first $n$ digits of $\pi$ equal to the second $n$ digits for some $n\ge1$?
$$\pi \stackrel{?}{=}\underbrace{3.1415926\ldots}_{\text{the first }n\text{ digits}}~\underbrace{31415926\ldots}_{\begin{array}{c}\text{the same }n\text{ digits}\\\text{in the same order}\end{array}}~\underbrace{\ldots\ldots\ldots}_{\text{more digits}}$$
If so, is the smallest such $n$ known?
It is very unlikely. If we take the digits of $\pi$ to be "random", the chance of a repeat after $n$ digits is $10^{-n}$. We can exclude however many digits we know do not repeat. Say we know it doesn't repeat by one million digits. Then the chance we have a repeat is less than $$\sum_{i=10^6}^\infty 10^{-i}=\frac {10^{-10^6}}{1-.1}=\frac 1{9\cdot 10^{10^6-1}} $$ which is extremely small.