If a deck of 52 standard cards is completely randomly shuffled, what are the odds that not once do two cards of the same suit end up right next to each other?
Rephrasing: If I have a bag of 13 red balls, 13 blue balls, 13 yellow balls, and 13 white balls, and I keep pulling out balls without replacement, then what are the odds that I never pull a ball of the same color twice consecutively?
I've tried doing this for small sets, and looking for a rule (2 of each suit, and 3 of each suit)
I've tried to find a statistical significance to get a good estimate, or a certain pdf, or cdf to use, but I could find none.
Is there any way of finding this without massive computations?
If you are willing to use massive computations, you can get the exact answer as follows based on the method in this answer. If $q(x)=\sum_{i=1}^{13} \frac{(-1)^{i-13}}{i!} {13-1 \choose i-1}x^i$, then the number of permutations with no consecutive cards of the same suit is $$\int_0^\infty q(x)^4\,e^{-x}\,dx=63394531038905867912088.$$ Dividing this by $52!/(13!)^4$ gives the probability $.000001181747431$.