A similar question to mine was answered here on stackexchange:
Probability of winning the game "1-2-3"
However, I am unable to follow the formulas so perhaps someone could show the calculation and the way they arrived at it to answer this question.
My card game is very similar, except the counting of cards goes all the way from 1 (Ace) through to King and then restarts. If you can make it through an entire deck of cards without hitting the same ranked card you win. So, for example, if you call out Ace - 2 -3 - 4 - 5 - 6, etc. and hit "7" when you've just called out "7", you lose.
What is the chance of winning this card game?
$$R_k(x)=\sum_{i=0}^k\binom ki^2i!x^i;.$$
The one I used was $R_4$ for $k=4$.
– joriki Jul 12 '15 at 00:57