Let us say we have a regular 52-card well-shuffled deck.
We scan through the deck (first to last) till we find an Ace. Then we continue (from that Ace) till we find a 2. Then we scan (from the 2) till we find a 3, and so on. We stop when we find a King. (Suits don't matter.)
What is the probability that we can complete this process within one scan of the deck?
It seems an extremely hard question, and I haven't made any progress. I don't know if this has been answered elsewhere, if so, a link is enough.
Let $$F(x):=x^{13}\cdot(\frac{(-x)^0}{3!}+\frac{(-x)^1}{2!}+\frac{(-x)^2}{1!}+\frac{(-x)^3}{0!})^{13}$$
Then $$4!^{13}\cdot\sum_{k=13}^{52} \frac{1}{k!}[x^k]F(x)=\frac{50972203946555791528902451677555189167087762981}{92024242230271040357108320801872044844750000000000} =0.000553899741\cdots$$
is the required probability.
Ignoring suits, the number of permutations of a deck is $\frac{52!}{4!^{13}}$.
Let $N$ be the number of permutations that we can complete this process.
$$X:=x_1+x_2+x_3+...+x_{13}$$ $$X^{\ast}:=X^{0}+X^{1}+X^{2}+...=(1-X)^{-1}$$
Then
$$N=[x_1^{4}{\cdot}x_2^{4}{\cdot}...{\cdot}x_{13}^{4}](X-x_1)^{\ast}{\cdot}x_1{\cdot}(X-x_2)^{\ast}{\cdot}x_2{\cdot}...{\cdot}(X-x_{13})^{\ast}x_{13}{\cdot}X^{*}$$
$$=[x_1^{3}{\cdot}x_2^{3}{\cdot}...{\cdot}x_{13}^{3}](1-X)^{-14}\prod_{i=1}^{13}(1+(1-X)^{-1}{\cdot}x_i)^{-1}$$
$$=[x_1^{3}{\cdot}x_2^{3}{\cdot}...{\cdot}x_{13}^{3}](1-X)^{-14}\prod_{i=1}^{13}(1+(-x_i)*(1-X)^{-1}+((-x_i)*(1-X)^{-1})^{2}+((-x_i)*(1-X)^{-1})^{3})$$
$$=\sum_{0{\le}k_1,k_2,...,k_{13}\le3}(-1)^{k_1}{\cdot}...{\cdot}(-1)^{k_{13}}[x_1^{3-k_1}{\cdot}...{\cdot}x_{13}^{3-k_{13}}](1-X)^{-k_1-...-k_{13}-14}$$
Here
$$[x_1^{3-k_1}{\cdot}...{\cdot}x_{13}^{3-k_{13}}](1-X)^{-k_1-...-k_{13}-14}=[x_1^{3-k_1}{\cdot}...{\cdot}x_{13}^{3-k_{13}}]\sum_{r{\ge}0}\binom{k_1+...+k_{13}+13+r}{r}X^{r}$$
$$=\binom{52}{39-(k_1+...+k_{13})}{\cdot}\frac{(39-(k_1+...+k_{13}))!}{(3-k_1)!{\cdot}...(3-k_{13})!}$$
$$=\frac{52!}{(13+k_1+k_2+...+k_{13})!}{\cdot}\frac{1}{(3-k_1)!{\cdot}...{\cdot}(3-k_{13})!}$$
Hence
$$N=\sum_{0{\le}k_1,k_2,...,k_{13}\le3}\frac{52!}{(13+k_1+k_2+...+k_{13})!}{\cdot}\frac{(-1)^{k_1}}{(3-k_1)!}{\cdot}\frac{(-1)^{k_2}}{(3-k_2)!}{\cdot}...{\cdot}\frac{(-1)^{k_{13}}}{(3-k_{13})!}$$
$$=52!\cdot\sum_{k=13}^{52} \frac{1}{k!}[x^k]F(x)$$
The required probability is $\frac{N}{\frac{52!}{4!^{13}}}$.
Reference: Combinatorial Enumeration by Ian P. Goulden & David M. Jackson, pages 73, 74.