Hurkyl said:
If you believe that, I suggest you actually try it.
Already have years ago. Do you not believe it at all or is 8 wrong (could be 7 or 9, but I'm remembering 8)? You can think of any shuffle as an element of the group of permutations of order 52. So if you keep performing the exact same shuffle over and over again, you eventually get back to where you started. What seems suprising at first is a perfect riffle shuffle has order only 8. This is less suprising when you right down it's decomposition as a product of disjoint cycles.
It takes the sequence 1, 2, ..., 51, 52 to
1,27,2,28,...,25,51,26,52
So we get
(1)(2, 3, 5, 9, 17, 33, 14, 27)(4, 7, 13, 25, 49, 46, 40, 28)(6, 11, 21, 41, 30, 8, 15, 29)(10, 19, 37, 22, 43, 34, 16, 31)(12, 23, 45, 38, 24, 47, 42, 32)(18, 35)(20, 39, 26, 51, 50, 48, 44, 36)(52)
Hmm, guess it was 8 after all. I didn't intend to write it all out, but it was easy enough. If n is less than or equal to 26, n->2n-1. If n is greater than 26, n->2n-52.