Pharaoh's Shuffle

(Also known as a "Pharaoh Shuffle" or a "Faro Shuffle".)

A Pharaoh's Shuffle is a common type of shuffle in card magic. Done correctly, it perfectly interleaves two halves of a deck with one another, and if done repeatedly will eventually yield the original deck order. For a magician working with a sorted check of 52 cards, 8 shuffles will yield the deck in its original order, which has obvious uses.

With decks with an even number of cards but not 52, though, the results are a little different. In fact, they're quite interesting. And for powers of two, the number of shuffles is the log2 of the deck size, for reasons left as an exercise to the reader. There are various people claiming around the Internet that no matter the deck size, 8 shuffles works to return a deck to its original order. So here we present a series of shuffles for various deck sizes.

For each deck size, a series of Pharaoh's Shuffles is given until the deck is in its original sorted order. Each numbered item shows the order of the deck after that shuffle, so the 8th item in the 52-card deck example shows the deck in its original order. Numbers are used here for clarity, except for the 52-card deck which is rendered with standard color, suit and rank, in new deck order.

As you can see, if you want to shuffle a 52-card deck back to its original state with optimum efficiency, you should add 12 blanks, do 6 shuffles, and then remove the 12 blanks. You might even be able to fool other magicians with a perfect shuffle in under 8 shuffles. Palming 12 blanks is comparatively-easy.

This page was generated with the (badly-written) Haskell program available here.

2-card deck

Starting order:

[1,2]

Shuffles:

  1. [1,2]

4-card deck

Starting order:

[1,2,3,4]

Shuffles:

  1. [1,3,2,4]
  2. [1,2,3,4]

6-card deck

Starting order:

[1,2,3,4,5,6]

Shuffles:

  1. [1,4,2,5,3,6]
  2. [1,5,4,3,2,6]
  3. [1,3,5,2,4,6]
  4. [1,2,3,4,5,6]

8-card deck

Starting order:

[1,2,3,4,5,6,7,8]

Shuffles:

  1. [1,5,2,6,3,7,4,8]
  2. [1,3,5,7,2,4,6,8]
  3. [1,2,3,4,5,6,7,8]

10-card deck

Starting order:

[1,2,3,4,5,6,7,8,9,10]

Shuffles:

  1. [1,6,2,7,3,8,4,9,5,10]
  2. [1,8,6,4,2,9,7,5,3,10]
  3. [1,9,8,7,6,5,4,3,2,10]
  4. [1,5,9,4,8,3,7,2,6,10]
  5. [1,3,5,7,9,2,4,6,8,10]
  6. [1,2,3,4,5,6,7,8,9,10]

12-card deck

Starting order:

[1,2,3,4,5,6,7,8,9,10,11,12]

Shuffles:

  1. [1,7,2,8,3,9,4,10,5,11,6,12]
  2. [1,4,7,10,2,5,8,11,3,6,9,12]
  3. [1,8,4,11,7,3,10,6,2,9,5,12]
  4. [1,10,8,6,4,2,11,9,7,5,3,12]
  5. [1,11,10,9,8,7,6,5,4,3,2,12]
  6. [1,6,11,5,10,4,9,3,8,2,7,12]
  7. [1,9,6,3,11,8,5,2,10,7,4,12]
  8. [1,5,9,2,6,10,3,7,11,4,8,12]
  9. [1,3,5,7,9,11,2,4,6,8,10,12]
  10. [1,2,3,4,5,6,7,8,9,10,11,12]

14-card deck

Starting order:

[1,2,3,4,5,6,7,8,9,10,11,12,13,14]

Shuffles:

  1. [1,8,2,9,3,10,4,11,5,12,6,13,7,14]
  2. [1,11,8,5,2,12,9,6,3,13,10,7,4,14]
  3. [1,6,11,3,8,13,5,10,2,7,12,4,9,14]
  4. [1,10,6,2,11,7,3,12,8,4,13,9,5,14]
  5. [1,12,10,8,6,4,2,13,11,9,7,5,3,14]
  6. [1,13,12,11,10,9,8,7,6,5,4,3,2,14]
  7. [1,7,13,6,12,5,11,4,10,3,9,2,8,14]
  8. [1,4,7,10,13,3,6,9,12,2,5,8,11,14]
  9. [1,9,4,12,7,2,10,5,13,8,3,11,6,14]
  10. [1,5,9,13,4,8,12,3,7,11,2,6,10,14]
  11. [1,3,5,7,9,11,13,2,4,6,8,10,12,14]
  12. [1,2,3,4,5,6,7,8,9,10,11,12,13,14]

16-card deck

Starting order:

[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16]

Shuffles:

  1. [1,9,2,10,3,11,4,12,5,13,6,14,7,15,8,16]
  2. [1,5,9,13,2,6,10,14,3,7,11,15,4,8,12,16]
  3. [1,3,5,7,9,11,13,15,2,4,6,8,10,12,14,16]
  4. [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16]

18-card deck

Starting order:

[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18]

Shuffles:

  1. [1,10,2,11,3,12,4,13,5,14,6,15,7,16,8,17,9,18]
  2. [1,14,10,6,2,15,11,7,3,16,12,8,4,17,13,9,5,18]
  3. [1,16,14,12,10,8,6,4,2,17,15,13,11,9,7,5,3,18]
  4. [1,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,18]
  5. [1,9,17,8,16,7,15,6,14,5,13,4,12,3,11,2,10,18]
  6. [1,5,9,13,17,4,8,12,16,3,7,11,15,2,6,10,14,18]
  7. [1,3,5,7,9,11,13,15,17,2,4,6,8,10,12,14,16,18]
  8. [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18]

20-card deck

Starting order:

[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20]

Shuffles:

  1. [1,11,2,12,3,13,4,14,5,15,6,16,7,17,8,18,9,19,10,20]
  2. [1,6,11,16,2,7,12,17,3,8,13,18,4,9,14,19,5,10,15,20]
  3. [1,13,6,18,11,4,16,9,2,14,7,19,12,5,17,10,3,15,8,20]
  4. [1,7,13,19,6,12,18,5,11,17,4,10,16,3,9,15,2,8,14,20]
  5. [1,4,7,10,13,16,19,3,6,9,12,15,18,2,5,8,11,14,17,20]
  6. [1,12,4,15,7,18,10,2,13,5,16,8,19,11,3,14,6,17,9,20]
  7. [1,16,12,8,4,19,15,11,7,3,18,14,10,6,2,17,13,9,5,20]
  8. [1,18,16,14,12,10,8,6,4,2,19,17,15,13,11,9,7,5,3,20]
  9. [1,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,20]
  10. [1,10,19,9,18,8,17,7,16,6,15,5,14,4,13,3,12,2,11,20]
  11. [1,15,10,5,19,14,9,4,18,13,8,3,17,12,7,2,16,11,6,20]
  12. [1,8,15,3,10,17,5,12,19,7,14,2,9,16,4,11,18,6,13,20]
  13. [1,14,8,2,15,9,3,16,10,4,17,11,5,18,12,6,19,13,7,20]
  14. [1,17,14,11,8,5,2,18,15,12,9,6,3,19,16,13,10,7,4,20]
  15. [1,9,17,6,14,3,11,19,8,16,5,13,2,10,18,7,15,4,12,20]
  16. [1,5,9,13,17,2,6,10,14,18,3,7,11,15,19,4,8,12,16,20]
  17. [1,3,5,7,9,11,13,15,17,19,2,4,6,8,10,12,14,16,18,20]
  18. [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20]

22-card deck

Starting order:

[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22]

Shuffles:

  1. [1,12,2,13,3,14,4,15,5,16,6,17,7,18,8,19,9,20,10,21,11,22]
  2. [1,17,12,7,2,18,13,8,3,19,14,9,4,20,15,10,5,21,16,11,6,22]
  3. [1,9,17,4,12,20,7,15,2,10,18,5,13,21,8,16,3,11,19,6,14,22]
  4. [1,5,9,13,17,21,4,8,12,16,20,3,7,11,15,19,2,6,10,14,18,22]
  5. [1,3,5,7,9,11,13,15,17,19,21,2,4,6,8,10,12,14,16,18,20,22]
  6. [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22]

24-card deck

Starting order:

[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24]

Shuffles:

  1. [1,13,2,14,3,15,4,16,5,17,6,18,7,19,8,20,9,21,10,22,11,23,12,24]
  2. [1,7,13,19,2,8,14,20,3,9,15,21,4,10,16,22,5,11,17,23,6,12,18,24]
  3. [1,4,7,10,13,16,19,22,2,5,8,11,14,17,20,23,3,6,9,12,15,18,21,24]
  4. [1,14,4,17,7,20,10,23,13,3,16,6,19,9,22,12,2,15,5,18,8,21,11,24]
  5. [1,19,14,9,4,22,17,12,7,2,20,15,10,5,23,18,13,8,3,21,16,11,6,24]
  6. [1,10,19,5,14,23,9,18,4,13,22,8,17,3,12,21,7,16,2,11,20,6,15,24]
  7. [1,17,10,3,19,12,5,21,14,7,23,16,9,2,18,11,4,20,13,6,22,15,8,24]
  8. [1,9,17,2,10,18,3,11,19,4,12,20,5,13,21,6,14,22,7,15,23,8,16,24]
  9. [1,5,9,13,17,21,2,6,10,14,18,22,3,7,11,15,19,23,4,8,12,16,20,24]
  10. [1,3,5,7,9,11,13,15,17,19,21,23,2,4,6,8,10,12,14,16,18,20,22,24]
  11. [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24]

26-card deck

Starting order:

[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26]

Shuffles:

  1. [1,14,2,15,3,16,4,17,5,18,6,19,7,20,8,21,9,22,10,23,11,24,12,25,13,26]
  2. [1,20,14,8,2,21,15,9,3,22,16,10,4,23,17,11,5,24,18,12,6,25,19,13,7,26]
  3. [1,23,20,17,14,11,8,5,2,24,21,18,15,12,9,6,3,25,22,19,16,13,10,7,4,26]
  4. [1,12,23,9,20,6,17,3,14,25,11,22,8,19,5,16,2,13,24,10,21,7,18,4,15,26]
  5. [1,19,12,5,23,16,9,2,20,13,6,24,17,10,3,21,14,7,25,18,11,4,22,15,8,26]
  6. [1,10,19,3,12,21,5,14,23,7,16,25,9,18,2,11,20,4,13,22,6,15,24,8,17,26]
  7. [1,18,10,2,19,11,3,20,12,4,21,13,5,22,14,6,23,15,7,24,16,8,25,17,9,26]
  8. [1,22,18,14,10,6,2,23,19,15,11,7,3,24,20,16,12,8,4,25,21,17,13,9,5,26]
  9. [1,24,22,20,18,16,14,12,10,8,6,4,2,25,23,21,19,17,15,13,11,9,7,5,3,26]
  10. [1,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,26]
  11. [1,13,25,12,24,11,23,10,22,9,21,8,20,7,19,6,18,5,17,4,16,3,15,2,14,26]
  12. [1,7,13,19,25,6,12,18,24,5,11,17,23,4,10,16,22,3,9,15,21,2,8,14,20,26]
  13. [1,4,7,10,13,16,19,22,25,3,6,9,12,15,18,21,24,2,5,8,11,14,17,20,23,26]
  14. [1,15,4,18,7,21,10,24,13,2,16,5,19,8,22,11,25,14,3,17,6,20,9,23,12,26]
  15. [1,8,15,22,4,11,18,25,7,14,21,3,10,17,24,6,13,20,2,9,16,23,5,12,19,26]
  16. [1,17,8,24,15,6,22,13,4,20,11,2,18,9,25,16,7,23,14,5,21,12,3,19,10,26]
  17. [1,9,17,25,8,16,24,7,15,23,6,14,22,5,13,21,4,12,20,3,11,19,2,10,18,26]
  18. [1,5,9,13,17,21,25,4,8,12,16,20,24,3,7,11,15,19,23,2,6,10,14,18,22,26]
  19. [1,3,5,7,9,11,13,15,17,19,21,23,25,2,4,6,8,10,12,14,16,18,20,22,24,26]
  20. [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26]

28-card deck

Starting order:

[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28]

Shuffles:

  1. [1,15,2,16,3,17,4,18,5,19,6,20,7,21,8,22,9,23,10,24,11,25,12,26,13,27,14,28]
  2. [1,8,15,22,2,9,16,23,3,10,17,24,4,11,18,25,5,12,19,26,6,13,20,27,7,14,21,28]
  3. [1,18,8,25,15,5,22,12,2,19,9,26,16,6,23,13,3,20,10,27,17,7,24,14,4,21,11,28]
  4. [1,23,18,13,8,3,25,20,15,10,5,27,22,17,12,7,2,24,19,14,9,4,26,21,16,11,6,28]
  5. [1,12,23,7,18,2,13,24,8,19,3,14,25,9,20,4,15,26,10,21,5,16,27,11,22,6,17,28]
  6. [1,20,12,4,23,15,7,26,18,10,2,21,13,5,24,16,8,27,19,11,3,22,14,6,25,17,9,28]
  7. [1,24,20,16,12,8,4,27,23,19,15,11,7,3,26,22,18,14,10,6,2,25,21,17,13,9,5,28]
  8. [1,26,24,22,20,18,16,14,12,10,8,6,4,2,27,25,23,21,19,17,15,13,11,9,7,5,3,28]
  9. [1,27,26,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,28]
  10. [1,14,27,13,26,12,25,11,24,10,23,9,22,8,21,7,20,6,19,5,18,4,17,3,16,2,15,28]
  11. [1,21,14,7,27,20,13,6,26,19,12,5,25,18,11,4,24,17,10,3,23,16,9,2,22,15,8,28]
  12. [1,11,21,4,14,24,7,17,27,10,20,3,13,23,6,16,26,9,19,2,12,22,5,15,25,8,18,28]
  13. [1,6,11,16,21,26,4,9,14,19,24,2,7,12,17,22,27,5,10,15,20,25,3,8,13,18,23,28]
  14. [1,17,6,22,11,27,16,5,21,10,26,15,4,20,9,25,14,3,19,8,24,13,2,18,7,23,12,28]
  15. [1,9,17,25,6,14,22,3,11,19,27,8,16,24,5,13,21,2,10,18,26,7,15,23,4,12,20,28]
  16. [1,5,9,13,17,21,25,2,6,10,14,18,22,26,3,7,11,15,19,23,27,4,8,12,16,20,24,28]
  17. [1,3,5,7,9,11,13,15,17,19,21,23,25,27,2,4,6,8,10,12,14,16,18,20,22,24,26,28]
  18. [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28]

30-card deck

Starting order:

[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30]

Shuffles:

  1. [1,16,2,17,3,18,4,19,5,20,6,21,7,22,8,23,9,24,10,25,11,26,12,27,13,28,14,29,15,30]
  2. [1,23,16,9,2,24,17,10,3,25,18,11,4,26,19,12,5,27,20,13,6,28,21,14,7,29,22,15,8,30]
  3. [1,12,23,5,16,27,9,20,2,13,24,6,17,28,10,21,3,14,25,7,18,29,11,22,4,15,26,8,19,30]
  4. [1,21,12,3,23,14,5,25,16,7,27,18,9,29,20,11,2,22,13,4,24,15,6,26,17,8,28,19,10,30]
  5. [1,11,21,2,12,22,3,13,23,4,14,24,5,15,25,6,16,26,7,17,27,8,18,28,9,19,29,10,20,30]
  6. [1,6,11,16,21,26,2,7,12,17,22,27,3,8,13,18,23,28,4,9,14,19,24,29,5,10,15,20,25,30]
  7. [1,18,6,23,11,28,16,4,21,9,26,14,2,19,7,24,12,29,17,5,22,10,27,15,3,20,8,25,13,30]
  8. [1,24,18,12,6,29,23,17,11,5,28,22,16,10,4,27,21,15,9,3,26,20,14,8,2,25,19,13,7,30]
  9. [1,27,24,21,18,15,12,9,6,3,29,26,23,20,17,14,11,8,5,2,28,25,22,19,16,13,10,7,4,30]
  10. [1,14,27,11,24,8,21,5,18,2,15,28,12,25,9,22,6,19,3,16,29,13,26,10,23,7,20,4,17,30]
  11. [1,22,14,6,27,19,11,3,24,16,8,29,21,13,5,26,18,10,2,23,15,7,28,20,12,4,25,17,9,30]
  12. [1,26,22,18,14,10,6,2,27,23,19,15,11,7,3,28,24,20,16,12,8,4,29,25,21,17,13,9,5,30]
  13. [1,28,26,24,22,20,18,16,14,12,10,8,6,4,2,29,27,25,23,21,19,17,15,13,11,9,7,5,3,30]
  14. [1,29,28,27,26,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,30]
  15. [1,15,29,14,28,13,27,12,26,11,25,10,24,9,23,8,22,7,21,6,20,5,19,4,18,3,17,2,16,30]
  16. [1,8,15,22,29,7,14,21,28,6,13,20,27,5,12,19,26,4,11,18,25,3,10,17,24,2,9,16,23,30]
  17. [1,19,8,26,15,4,22,11,29,18,7,25,14,3,21,10,28,17,6,24,13,2,20,9,27,16,5,23,12,30]
  18. [1,10,19,28,8,17,26,6,15,24,4,13,22,2,11,20,29,9,18,27,7,16,25,5,14,23,3,12,21,30]
  19. [1,20,10,29,19,9,28,18,8,27,17,7,26,16,6,25,15,5,24,14,4,23,13,3,22,12,2,21,11,30]
  20. [1,25,20,15,10,5,29,24,19,14,9,4,28,23,18,13,8,3,27,22,17,12,7,2,26,21,16,11,6,30]
  21. [1,13,25,8,20,3,15,27,10,22,5,17,29,12,24,7,19,2,14,26,9,21,4,16,28,11,23,6,18,30]
  22. [1,7,13,19,25,2,8,14,20,26,3,9,15,21,27,4,10,16,22,28,5,11,17,23,29,6,12,18,24,30]
  23. [1,4,7,10,13,16,19,22,25,28,2,5,8,11,14,17,20,23,26,29,3,6,9,12,15,18,21,24,27,30]
  24. [1,17,4,20,7,23,10,26,13,29,16,3,19,6,22,9,25,12,28,15,2,18,5,21,8,24,11,27,14,30]
  25. [1,9,17,25,4,12,20,28,7,15,23,2,10,18,26,5,13,21,29,8,16,24,3,11,19,27,6,14,22,30]
  26. [1,5,9,13,17,21,25,29,4,8,12,16,20,24,28,3,7,11,15,19,23,27,2,6,10,14,18,22,26,30]
  27. [1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30]
  28. [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30]

32-card deck

Starting order:

[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32]

Shuffles:

  1. [1,17,2,18,3,19,4,20,5,21,6,22,7,23,8,24,9,25,10,26,11,27,12,28,13,29,14,30,15,31,16,32]
  2. [1,9,17,25,2,10,18,26,3,11,19,27,4,12,20,28,5,13,21,29,6,14,22,30,7,15,23,31,8,16,24,32]
  3. [1,5,9,13,17,21,25,29,2,6,10,14,18,22,26,30,3,7,11,15,19,23,27,31,4,8,12,16,20,24,28,32]
  4. [1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32]
  5. [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32]

34-card deck

Starting order:

[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34]

Shuffles:

  1. [1,18,2,19,3,20,4,21,5,22,6,23,7,24,8,25,9,26,10,27,11,28,12,29,13,30,14,31,15,32,16,33,17,34]
  2. [1,26,18,10,2,27,19,11,3,28,20,12,4,29,21,13,5,30,22,14,6,31,23,15,7,32,24,16,8,33,25,17,9,34]
  3. [1,30,26,22,18,14,10,6,2,31,27,23,19,15,11,7,3,32,28,24,20,16,12,8,4,33,29,25,21,17,13,9,5,34]
  4. [1,32,30,28,26,24,22,20,18,16,14,12,10,8,6,4,2,33,31,29,27,25,23,21,19,17,15,13,11,9,7,5,3,34]
  5. [1,33,32,31,30,29,28,27,26,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,34]
  6. [1,17,33,16,32,15,31,14,30,13,29,12,28,11,27,10,26,9,25,8,24,7,23,6,22,5,21,4,20,3,19,2,18,34]
  7. [1,9,17,25,33,8,16,24,32,7,15,23,31,6,14,22,30,5,13,21,29,4,12,20,28,3,11,19,27,2,10,18,26,34]
  8. [1,5,9,13,17,21,25,29,33,4,8,12,16,20,24,28,32,3,7,11,15,19,23,27,31,2,6,10,14,18,22,26,30,34]
  9. [1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34]
  10. [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34]

36-card deck

Starting order:

[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36]

Shuffles:

  1. [1,19,2,20,3,21,4,22,5,23,6,24,7,25,8,26,9,27,10,28,11,29,12,30,13,31,14,32,15,33,16,34,17,35,18,36]
  2. [1,10,19,28,2,11,20,29,3,12,21,30,4,13,22,31,5,14,23,32,6,15,24,33,7,16,25,34,8,17,26,35,9,18,27,36]
  3. [1,23,10,32,19,6,28,15,2,24,11,33,20,7,29,16,3,25,12,34,21,8,30,17,4,26,13,35,22,9,31,18,5,27,14,36]
  4. [1,12,23,34,10,21,32,8,19,30,6,17,28,4,15,26,2,13,24,35,11,22,33,9,20,31,7,18,29,5,16,27,3,14,25,36]
  5. [1,24,12,35,23,11,34,22,10,33,21,9,32,20,8,31,19,7,30,18,6,29,17,5,28,16,4,27,15,3,26,14,2,25,13,36]
  6. [1,30,24,18,12,6,35,29,23,17,11,5,34,28,22,16,10,4,33,27,21,15,9,3,32,26,20,14,8,2,31,25,19,13,7,36]
  7. [1,33,30,27,24,21,18,15,12,9,6,3,35,32,29,26,23,20,17,14,11,8,5,2,34,31,28,25,22,19,16,13,10,7,4,36]
  8. [1,17,33,14,30,11,27,8,24,5,21,2,18,34,15,31,12,28,9,25,6,22,3,19,35,16,32,13,29,10,26,7,23,4,20,36]
  9. [1,9,17,25,33,6,14,22,30,3,11,19,27,35,8,16,24,32,5,13,21,29,2,10,18,26,34,7,15,23,31,4,12,20,28,36]
  10. [1,5,9,13,17,21,25,29,33,2,6,10,14,18,22,26,30,34,3,7,11,15,19,23,27,31,35,4,8,12,16,20,24,28,32,36]
  11. [1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36]
  12. [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36]

38-card deck

Starting order:

[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38]

Shuffles:

  1. [1,20,2,21,3,22,4,23,5,24,6,25,7,26,8,27,9,28,10,29,11,30,12,31,13,32,14,33,15,34,16,35,17,36,18,37,19,38]
  2. [1,29,20,11,2,30,21,12,3,31,22,13,4,32,23,14,5,33,24,15,6,34,25,16,7,35,26,17,8,36,27,18,9,37,28,19,10,38]
  3. [1,15,29,6,20,34,11,25,2,16,30,7,21,35,12,26,3,17,31,8,22,36,13,27,4,18,32,9,23,37,14,28,5,19,33,10,24,38]
  4. [1,8,15,22,29,36,6,13,20,27,34,4,11,18,25,32,2,9,16,23,30,37,7,14,21,28,35,5,12,19,26,33,3,10,17,24,31,38]
  5. [1,23,8,30,15,37,22,7,29,14,36,21,6,28,13,35,20,5,27,12,34,19,4,26,11,33,18,3,25,10,32,17,2,24,9,31,16,38]
  6. [1,12,23,34,8,19,30,4,15,26,37,11,22,33,7,18,29,3,14,25,36,10,21,32,6,17,28,2,13,24,35,9,20,31,5,16,27,38]
  7. [1,25,12,36,23,10,34,21,8,32,19,6,30,17,4,28,15,2,26,13,37,24,11,35,22,9,33,20,7,31,18,5,29,16,3,27,14,38]
  8. [1,13,25,37,12,24,36,11,23,35,10,22,34,9,21,33,8,20,32,7,19,31,6,18,30,5,17,29,4,16,28,3,15,27,2,14,26,38]
  9. [1,7,13,19,25,31,37,6,12,18,24,30,36,5,11,17,23,29,35,4,10,16,22,28,34,3,9,15,21,27,33,2,8,14,20,26,32,38]
  10. [1,4,7,10,13,16,19,22,25,28,31,34,37,3,6,9,12,15,18,21,24,27,30,33,36,2,5,8,11,14,17,20,23,26,29,32,35,38]
  11. [1,21,4,24,7,27,10,30,13,33,16,36,19,2,22,5,25,8,28,11,31,14,34,17,37,20,3,23,6,26,9,29,12,32,15,35,18,38]
  12. [1,11,21,31,4,14,24,34,7,17,27,37,10,20,30,3,13,23,33,6,16,26,36,9,19,29,2,12,22,32,5,15,25,35,8,18,28,38]
  13. [1,6,11,16,21,26,31,36,4,9,14,19,24,29,34,2,7,12,17,22,27,32,37,5,10,15,20,25,30,35,3,8,13,18,23,28,33,38]
  14. [1,22,6,27,11,32,16,37,21,5,26,10,31,15,36,20,4,25,9,30,14,35,19,3,24,8,29,13,34,18,2,23,7,28,12,33,17,38]
  15. [1,30,22,14,6,35,27,19,11,3,32,24,16,8,37,29,21,13,5,34,26,18,10,2,31,23,15,7,36,28,20,12,4,33,25,17,9,38]
  16. [1,34,30,26,22,18,14,10,6,2,35,31,27,23,19,15,11,7,3,36,32,28,24,20,16,12,8,4,37,33,29,25,21,17,13,9,5,38]
  17. [1,36,34,32,30,28,26,24,22,20,18,16,14,12,10,8,6,4,2,37,35,33,31,29,27,25,23,21,19,17,15,13,11,9,7,5,3,38]
  18. [1,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,38]
  19. [1,19,37,18,36,17,35,16,34,15,33,14,32,13,31,12,30,11,29,10,28,9,27,8,26,7,25,6,24,5,23,4,22,3,21,2,20,38]
  20. [1,10,19,28,37,9,18,27,36,8,17,26,35,7,16,25,34,6,15,24,33,5,14,23,32,4,13,22,31,3,12,21,30,2,11,20,29,38]
  21. [1,24,10,33,19,5,28,14,37,23,9,32,18,4,27,13,36,22,8,31,17,3,26,12,35,21,7,30,16,2,25,11,34,20,6,29,15,38]
  22. [1,31,24,17,10,3,33,26,19,12,5,35,28,21,14,7,37,30,23,16,9,2,32,25,18,11,4,34,27,20,13,6,36,29,22,15,8,38]
  23. [1,16,31,9,24,2,17,32,10,25,3,18,33,11,26,4,19,34,12,27,5,20,35,13,28,6,21,36,14,29,7,22,37,15,30,8,23,38]
  24. [1,27,16,5,31,20,9,35,24,13,2,28,17,6,32,21,10,36,25,14,3,29,18,7,33,22,11,37,26,15,4,30,19,8,34,23,12,38]
  25. [1,14,27,3,16,29,5,18,31,7,20,33,9,22,35,11,24,37,13,26,2,15,28,4,17,30,6,19,32,8,21,34,10,23,36,12,25,38]
  26. [1,26,14,2,27,15,3,28,16,4,29,17,5,30,18,6,31,19,7,32,20,8,33,21,9,34,22,10,35,23,11,36,24,12,37,25,13,38]
  27. [1,32,26,20,14,8,2,33,27,21,15,9,3,34,28,22,16,10,4,35,29,23,17,11,5,36,30,24,18,12,6,37,31,25,19,13,7,38]
  28. [1,35,32,29,26,23,20,17,14,11,8,5,2,36,33,30,27,24,21,18,15,12,9,6,3,37,34,31,28,25,22,19,16,13,10,7,4,38]
  29. [1,18,35,15,32,12,29,9,26,6,23,3,20,37,17,34,14,31,11,28,8,25,5,22,2,19,36,16,33,13,30,10,27,7,24,4,21,38]
  30. [1,28,18,8,35,25,15,5,32,22,12,2,29,19,9,36,26,16,6,33,23,13,3,30,20,10,37,27,17,7,34,24,14,4,31,21,11,38]
  31. [1,33,28,23,18,13,8,3,35,30,25,20,15,10,5,37,32,27,22,17,12,7,2,34,29,24,19,14,9,4,36,31,26,21,16,11,6,38]
  32. [1,17,33,12,28,7,23,2,18,34,13,29,8,24,3,19,35,14,30,9,25,4,20,36,15,31,10,26,5,21,37,16,32,11,27,6,22,38]
  33. [1,9,17,25,33,4,12,20,28,36,7,15,23,31,2,10,18,26,34,5,13,21,29,37,8,16,24,32,3,11,19,27,35,6,14,22,30,38]
  34. [1,5,9,13,17,21,25,29,33,37,4,8,12,16,20,24,28,32,36,3,7,11,15,19,23,27,31,35,2,6,10,14,18,22,26,30,34,38]
  35. [1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38]
  36. [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38]

40-card deck

Starting order:

[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40]

Shuffles:

  1. [1,21,2,22,3,23,4,24,5,25,6,26,7,27,8,28,9,29,10,30,11,31,12,32,13,33,14,34,15,35,16,36,17,37,18,38,19,39,20,40]
  2. [1,11,21,31,2,12,22,32,3,13,23,33,4,14,24,34,5,15,25,35,6,16,26,36,7,17,27,37,8,18,28,38,9,19,29,39,10,20,30,40]
  3. [1,6,11,16,21,26,31,36,2,7,12,17,22,27,32,37,3,8,13,18,23,28,33,38,4,9,14,19,24,29,34,39,5,10,15,20,25,30,35,40]
  4. [1,23,6,28,11,33,16,38,21,4,26,9,31,14,36,19,2,24,7,29,12,34,17,39,22,5,27,10,32,15,37,20,3,25,8,30,13,35,18,40]
  5. [1,12,23,34,6,17,28,39,11,22,33,5,16,27,38,10,21,32,4,15,26,37,9,20,31,3,14,25,36,8,19,30,2,13,24,35,7,18,29,40]
  6. [1,26,12,37,23,9,34,20,6,31,17,3,28,14,39,25,11,36,22,8,33,19,5,30,16,2,27,13,38,24,10,35,21,7,32,18,4,29,15,40]
  7. [1,33,26,19,12,5,37,30,23,16,9,2,34,27,20,13,6,38,31,24,17,10,3,35,28,21,14,7,39,32,25,18,11,4,36,29,22,15,8,40]
  8. [1,17,33,10,26,3,19,35,12,28,5,21,37,14,30,7,23,39,16,32,9,25,2,18,34,11,27,4,20,36,13,29,6,22,38,15,31,8,24,40]
  9. [1,9,17,25,33,2,10,18,26,34,3,11,19,27,35,4,12,20,28,36,5,13,21,29,37,6,14,22,30,38,7,15,23,31,39,8,16,24,32,40]
  10. [1,5,9,13,17,21,25,29,33,37,2,6,10,14,18,22,26,30,34,38,3,7,11,15,19,23,27,31,35,39,4,8,12,16,20,24,28,32,36,40]
  11. [1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40]
  12. [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40]

42-card deck

Starting order:

[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42]

Shuffles:

  1. [1,22,2,23,3,24,4,25,5,26,6,27,7,28,8,29,9,30,10,31,11,32,12,33,13,34,14,35,15,36,16,37,17,38,18,39,19,40,20,41,21,42]
  2. [1,32,22,12,2,33,23,13,3,34,24,14,4,35,25,15,5,36,26,16,6,37,27,17,7,38,28,18,8,39,29,19,9,40,30,20,10,41,31,21,11,42]
  3. [1,37,32,27,22,17,12,7,2,38,33,28,23,18,13,8,3,39,34,29,24,19,14,9,4,40,35,30,25,20,15,10,5,41,36,31,26,21,16,11,6,42]
  4. [1,19,37,14,32,9,27,4,22,40,17,35,12,30,7,25,2,20,38,15,33,10,28,5,23,41,18,36,13,31,8,26,3,21,39,16,34,11,29,6,24,42]
  5. [1,10,19,28,37,5,14,23,32,41,9,18,27,36,4,13,22,31,40,8,17,26,35,3,12,21,30,39,7,16,25,34,2,11,20,29,38,6,15,24,33,42]
  6. [1,26,10,35,19,3,28,12,37,21,5,30,14,39,23,7,32,16,41,25,9,34,18,2,27,11,36,20,4,29,13,38,22,6,31,15,40,24,8,33,17,42]
  7. [1,34,26,18,10,2,35,27,19,11,3,36,28,20,12,4,37,29,21,13,5,38,30,22,14,6,39,31,23,15,7,40,32,24,16,8,41,33,25,17,9,42]
  8. [1,38,34,30,26,22,18,14,10,6,2,39,35,31,27,23,19,15,11,7,3,40,36,32,28,24,20,16,12,8,4,41,37,33,29,25,21,17,13,9,5,42]
  9. [1,40,38,36,34,32,30,28,26,24,22,20,18,16,14,12,10,8,6,4,2,41,39,37,35,33,31,29,27,25,23,21,19,17,15,13,11,9,7,5,3,42]
  10. [1,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,42]
  11. [1,21,41,20,40,19,39,18,38,17,37,16,36,15,35,14,34,13,33,12,32,11,31,10,30,9,29,8,28,7,27,6,26,5,25,4,24,3,23,2,22,42]
  12. [1,11,21,31,41,10,20,30,40,9,19,29,39,8,18,28,38,7,17,27,37,6,16,26,36,5,15,25,35,4,14,24,34,3,13,23,33,2,12,22,32,42]
  13. [1,6,11,16,21,26,31,36,41,5,10,15,20,25,30,35,40,4,9,14,19,24,29,34,39,3,8,13,18,23,28,33,38,2,7,12,17,22,27,32,37,42]
  14. [1,24,6,29,11,34,16,39,21,3,26,8,31,13,36,18,41,23,5,28,10,33,15,38,20,2,25,7,30,12,35,17,40,22,4,27,9,32,14,37,19,42]
  15. [1,33,24,15,6,38,29,20,11,2,34,25,16,7,39,30,21,12,3,35,26,17,8,40,31,22,13,4,36,27,18,9,41,32,23,14,5,37,28,19,10,42]
  16. [1,17,33,8,24,40,15,31,6,22,38,13,29,4,20,36,11,27,2,18,34,9,25,41,16,32,7,23,39,14,30,5,21,37,12,28,3,19,35,10,26,42]
  17. [1,9,17,25,33,41,8,16,24,32,40,7,15,23,31,39,6,14,22,30,38,5,13,21,29,37,4,12,20,28,36,3,11,19,27,35,2,10,18,26,34,42]
  18. [1,5,9,13,17,21,25,29,33,37,41,4,8,12,16,20,24,28,32,36,40,3,7,11,15,19,23,27,31,35,39,2,6,10,14,18,22,26,30,34,38,42]
  19. [1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42]
  20. [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42]

44-card deck

Starting order:

[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44]

Shuffles:

  1. [1,23,2,24,3,25,4,26,5,27,6,28,7,29,8,30,9,31,10,32,11,33,12,34,13,35,14,36,15,37,16,38,17,39,18,40,19,41,20,42,21,43,22,44]
  2. [1,12,23,34,2,13,24,35,3,14,25,36,4,15,26,37,5,16,27,38,6,17,28,39,7,18,29,40,8,19,30,41,9,20,31,42,10,21,32,43,11,22,33,44]
  3. [1,28,12,39,23,7,34,18,2,29,13,40,24,8,35,19,3,30,14,41,25,9,36,20,4,31,15,42,26,10,37,21,5,32,16,43,27,11,38,22,6,33,17,44]
  4. [1,36,28,20,12,4,39,31,23,15,7,42,34,26,18,10,2,37,29,21,13,5,40,32,24,16,8,43,35,27,19,11,3,38,30,22,14,6,41,33,25,17,9,44]
  5. [1,40,36,32,28,24,20,16,12,8,4,43,39,35,31,27,23,19,15,11,7,3,42,38,34,30,26,22,18,14,10,6,2,41,37,33,29,25,21,17,13,9,5,44]
  6. [1,42,40,38,36,34,32,30,28,26,24,22,20,18,16,14,12,10,8,6,4,2,43,41,39,37,35,33,31,29,27,25,23,21,19,17,15,13,11,9,7,5,3,44]
  7. [1,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,44]
  8. [1,22,43,21,42,20,41,19,40,18,39,17,38,16,37,15,36,14,35,13,34,12,33,11,32,10,31,9,30,8,29,7,28,6,27,5,26,4,25,3,24,2,23,44]
  9. [1,33,22,11,43,32,21,10,42,31,20,9,41,30,19,8,40,29,18,7,39,28,17,6,38,27,16,5,37,26,15,4,36,25,14,3,35,24,13,2,34,23,12,44]
  10. [1,17,33,6,22,38,11,27,43,16,32,5,21,37,10,26,42,15,31,4,20,36,9,25,41,14,30,3,19,35,8,24,40,13,29,2,18,34,7,23,39,12,28,44]
  11. [1,9,17,25,33,41,6,14,22,30,38,3,11,19,27,35,43,8,16,24,32,40,5,13,21,29,37,2,10,18,26,34,42,7,15,23,31,39,4,12,20,28,36,44]
  12. [1,5,9,13,17,21,25,29,33,37,41,2,6,10,14,18,22,26,30,34,38,42,3,7,11,15,19,23,27,31,35,39,43,4,8,12,16,20,24,28,32,36,40,44]
  13. [1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44]
  14. [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44]

46-card deck

Starting order:

[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46]

Shuffles:

  1. [1,24,2,25,3,26,4,27,5,28,6,29,7,30,8,31,9,32,10,33,11,34,12,35,13,36,14,37,15,38,16,39,17,40,18,41,19,42,20,43,21,44,22,45,23,46]
  2. [1,35,24,13,2,36,25,14,3,37,26,15,4,38,27,16,5,39,28,17,6,40,29,18,7,41,30,19,8,42,31,20,9,43,32,21,10,44,33,22,11,45,34,23,12,46]
  3. [1,18,35,7,24,41,13,30,2,19,36,8,25,42,14,31,3,20,37,9,26,43,15,32,4,21,38,10,27,44,16,33,5,22,39,11,28,45,17,34,6,23,40,12,29,46]
  4. [1,32,18,4,35,21,7,38,24,10,41,27,13,44,30,16,2,33,19,5,36,22,8,39,25,11,42,28,14,45,31,17,3,34,20,6,37,23,9,40,26,12,43,29,15,46]
  5. [1,39,32,25,18,11,4,42,35,28,21,14,7,45,38,31,24,17,10,3,41,34,27,20,13,6,44,37,30,23,16,9,2,40,33,26,19,12,5,43,36,29,22,15,8,46]
  6. [1,20,39,13,32,6,25,44,18,37,11,30,4,23,42,16,35,9,28,2,21,40,14,33,7,26,45,19,38,12,31,5,24,43,17,36,10,29,3,22,41,15,34,8,27,46]
  7. [1,33,20,7,39,26,13,45,32,19,6,38,25,12,44,31,18,5,37,24,11,43,30,17,4,36,23,10,42,29,16,3,35,22,9,41,28,15,2,34,21,8,40,27,14,46]
  8. [1,17,33,4,20,36,7,23,39,10,26,42,13,29,45,16,32,3,19,35,6,22,38,9,25,41,12,28,44,15,31,2,18,34,5,21,37,8,24,40,11,27,43,14,30,46]
  9. [1,9,17,25,33,41,4,12,20,28,36,44,7,15,23,31,39,2,10,18,26,34,42,5,13,21,29,37,45,8,16,24,32,40,3,11,19,27,35,43,6,14,22,30,38,46]
  10. [1,5,9,13,17,21,25,29,33,37,41,45,4,8,12,16,20,24,28,32,36,40,44,3,7,11,15,19,23,27,31,35,39,43,2,6,10,14,18,22,26,30,34,38,42,46]
  11. [1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46]
  12. [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46]

48-card deck

Starting order:

[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48]

Shuffles:

  1. [1,25,2,26,3,27,4,28,5,29,6,30,7,31,8,32,9,33,10,34,11,35,12,36,13,37,14,38,15,39,16,40,17,41,18,42,19,43,20,44,21,45,22,46,23,47,24,48]
  2. [1,13,25,37,2,14,26,38,3,15,27,39,4,16,28,40,5,17,29,41,6,18,30,42,7,19,31,43,8,20,32,44,9,21,33,45,10,22,34,46,11,23,35,47,12,24,36,48]
  3. [1,7,13,19,25,31,37,43,2,8,14,20,26,32,38,44,3,9,15,21,27,33,39,45,4,10,16,22,28,34,40,46,5,11,17,23,29,35,41,47,6,12,18,24,30,36,42,48]
  4. [1,4,7,10,13,16,19,22,25,28,31,34,37,40,43,46,2,5,8,11,14,17,20,23,26,29,32,35,38,41,44,47,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48]
  5. [1,26,4,29,7,32,10,35,13,38,16,41,19,44,22,47,25,3,28,6,31,9,34,12,37,15,40,18,43,21,46,24,2,27,5,30,8,33,11,36,14,39,17,42,20,45,23,48]
  6. [1,37,26,15,4,40,29,18,7,43,32,21,10,46,35,24,13,2,38,27,16,5,41,30,19,8,44,33,22,11,47,36,25,14,3,39,28,17,6,42,31,20,9,45,34,23,12,48]
  7. [1,19,37,8,26,44,15,33,4,22,40,11,29,47,18,36,7,25,43,14,32,3,21,39,10,28,46,17,35,6,24,42,13,31,2,20,38,9,27,45,16,34,5,23,41,12,30,48]
  8. [1,10,19,28,37,46,8,17,26,35,44,6,15,24,33,42,4,13,22,31,40,2,11,20,29,38,47,9,18,27,36,45,7,16,25,34,43,5,14,23,32,41,3,12,21,30,39,48]
  9. [1,29,10,38,19,47,28,9,37,18,46,27,8,36,17,45,26,7,35,16,44,25,6,34,15,43,24,5,33,14,42,23,4,32,13,41,22,3,31,12,40,21,2,30,11,39,20,48]
  10. [1,15,29,43,10,24,38,5,19,33,47,14,28,42,9,23,37,4,18,32,46,13,27,41,8,22,36,3,17,31,45,12,26,40,7,21,35,2,16,30,44,11,25,39,6,20,34,48]
  11. [1,8,15,22,29,36,43,3,10,17,24,31,38,45,5,12,19,26,33,40,47,7,14,21,28,35,42,2,9,16,23,30,37,44,4,11,18,25,32,39,46,6,13,20,27,34,41,48]
  12. [1,28,8,35,15,42,22,2,29,9,36,16,43,23,3,30,10,37,17,44,24,4,31,11,38,18,45,25,5,32,12,39,19,46,26,6,33,13,40,20,47,27,7,34,14,41,21,48]
  13. [1,38,28,18,8,45,35,25,15,5,42,32,22,12,2,39,29,19,9,46,36,26,16,6,43,33,23,13,3,40,30,20,10,47,37,27,17,7,44,34,24,14,4,41,31,21,11,48]
  14. [1,43,38,33,28,23,18,13,8,3,45,40,35,30,25,20,15,10,5,47,42,37,32,27,22,17,12,7,2,44,39,34,29,24,19,14,9,4,46,41,36,31,26,21,16,11,6,48]
  15. [1,22,43,17,38,12,33,7,28,2,23,44,18,39,13,34,8,29,3,24,45,19,40,14,35,9,30,4,25,46,20,41,15,36,10,31,5,26,47,21,42,16,37,11,32,6,27,48]
  16. [1,35,22,9,43,30,17,4,38,25,12,46,33,20,7,41,28,15,2,36,23,10,44,31,18,5,39,26,13,47,34,21,8,42,29,16,3,37,24,11,45,32,19,6,40,27,14,48]
  17. [1,18,35,5,22,39,9,26,43,13,30,47,17,34,4,21,38,8,25,42,12,29,46,16,33,3,20,37,7,24,41,11,28,45,15,32,2,19,36,6,23,40,10,27,44,14,31,48]
  18. [1,33,18,3,35,20,5,37,22,7,39,24,9,41,26,11,43,28,13,45,30,15,47,32,17,2,34,19,4,36,21,6,38,23,8,40,25,10,42,27,12,44,29,14,46,31,16,48]
  19. [1,17,33,2,18,34,3,19,35,4,20,36,5,21,37,6,22,38,7,23,39,8,24,40,9,25,41,10,26,42,11,27,43,12,28,44,13,29,45,14,30,46,15,31,47,16,32,48]
  20. [1,9,17,25,33,41,2,10,18,26,34,42,3,11,19,27,35,43,4,12,20,28,36,44,5,13,21,29,37,45,6,14,22,30,38,46,7,15,23,31,39,47,8,16,24,32,40,48]
  21. [1,5,9,13,17,21,25,29,33,37,41,45,2,6,10,14,18,22,26,30,34,38,42,46,3,7,11,15,19,23,27,31,35,39,43,47,4,8,12,16,20,24,28,32,36,40,44,48]
  22. [1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,47,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48]
  23. [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48]

50-card deck

Starting order:

[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50]

Shuffles:

  1. [1,26,2,27,3,28,4,29,5,30,6,31,7,32,8,33,9,34,10,35,11,36,12,37,13,38,14,39,15,40,16,41,17,42,18,43,19,44,20,45,21,46,22,47,23,48,24,49,25,50]
  2. [1,38,26,14,2,39,27,15,3,40,28,16,4,41,29,17,5,42,30,18,6,43,31,19,7,44,32,20,8,45,33,21,9,46,34,22,10,47,35,23,11,48,36,24,12,49,37,25,13,50]
  3. [1,44,38,32,26,20,14,8,2,45,39,33,27,21,15,9,3,46,40,34,28,22,16,10,4,47,41,35,29,23,17,11,5,48,42,36,30,24,18,12,6,49,43,37,31,25,19,13,7,50]
  4. [1,47,44,41,38,35,32,29,26,23,20,17,14,11,8,5,2,48,45,42,39,36,33,30,27,24,21,18,15,12,9,6,3,49,46,43,40,37,34,31,28,25,22,19,16,13,10,7,4,50]
  5. [1,24,47,21,44,18,41,15,38,12,35,9,32,6,29,3,26,49,23,46,20,43,17,40,14,37,11,34,8,31,5,28,2,25,48,22,45,19,42,16,39,13,36,10,33,7,30,4,27,50]
  6. [1,37,24,11,47,34,21,8,44,31,18,5,41,28,15,2,38,25,12,48,35,22,9,45,32,19,6,42,29,16,3,39,26,13,49,36,23,10,46,33,20,7,43,30,17,4,40,27,14,50]
  7. [1,19,37,6,24,42,11,29,47,16,34,3,21,39,8,26,44,13,31,49,18,36,5,23,41,10,28,46,15,33,2,20,38,7,25,43,12,30,48,17,35,4,22,40,9,27,45,14,32,50]
  8. [1,10,19,28,37,46,6,15,24,33,42,2,11,20,29,38,47,7,16,25,34,43,3,12,21,30,39,48,8,17,26,35,44,4,13,22,31,40,49,9,18,27,36,45,5,14,23,32,41,50]
  9. [1,30,10,39,19,48,28,8,37,17,46,26,6,35,15,44,24,4,33,13,42,22,2,31,11,40,20,49,29,9,38,18,47,27,7,36,16,45,25,5,34,14,43,23,3,32,12,41,21,50]
  10. [1,40,30,20,10,49,39,29,19,9,48,38,28,18,8,47,37,27,17,7,46,36,26,16,6,45,35,25,15,5,44,34,24,14,4,43,33,23,13,3,42,32,22,12,2,41,31,21,11,50]
  11. [1,45,40,35,30,25,20,15,10,5,49,44,39,34,29,24,19,14,9,4,48,43,38,33,28,23,18,13,8,3,47,42,37,32,27,22,17,12,7,2,46,41,36,31,26,21,16,11,6,50]
  12. [1,23,45,18,40,13,35,8,30,3,25,47,20,42,15,37,10,32,5,27,49,22,44,17,39,12,34,7,29,2,24,46,19,41,14,36,9,31,4,26,48,21,43,16,38,11,33,6,28,50]
  13. [1,12,23,34,45,7,18,29,40,2,13,24,35,46,8,19,30,41,3,14,25,36,47,9,20,31,42,4,15,26,37,48,10,21,32,43,5,16,27,38,49,11,22,33,44,6,17,28,39,50]
  14. [1,31,12,42,23,4,34,15,45,26,7,37,18,48,29,10,40,21,2,32,13,43,24,5,35,16,46,27,8,38,19,49,30,11,41,22,3,33,14,44,25,6,36,17,47,28,9,39,20,50]
  15. [1,16,31,46,12,27,42,8,23,38,4,19,34,49,15,30,45,11,26,41,7,22,37,3,18,33,48,14,29,44,10,25,40,6,21,36,2,17,32,47,13,28,43,9,24,39,5,20,35,50]
  16. [1,33,16,48,31,14,46,29,12,44,27,10,42,25,8,40,23,6,38,21,4,36,19,2,34,17,49,32,15,47,30,13,45,28,11,43,26,9,41,24,7,39,22,5,37,20,3,35,18,50]
  17. [1,17,33,49,16,32,48,15,31,47,14,30,46,13,29,45,12,28,44,11,27,43,10,26,42,9,25,41,8,24,40,7,23,39,6,22,38,5,21,37,4,20,36,3,19,35,2,18,34,50]
  18. [1,9,17,25,33,41,49,8,16,24,32,40,48,7,15,23,31,39,47,6,14,22,30,38,46,5,13,21,29,37,45,4,12,20,28,36,44,3,11,19,27,35,43,2,10,18,26,34,42,50]
  19. [1,5,9,13,17,21,25,29,33,37,41,45,49,4,8,12,16,20,24,28,32,36,40,44,48,3,7,11,15,19,23,27,31,35,39,43,47,2,6,10,14,18,22,26,30,34,38,42,46,50]
  20. [1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,47,49,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50]
  21. [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50]

52-card deck

Starting order:

A♠2♠3♠4♠5♠6♠7♠8♠9♠10♠J♠Q♠K♠A♦2♦3♦4♦5♦6♦7♦8♦9♦10♦J♦Q♦K♦K♣Q♣J♣10♣9♣8♣7♣6♣5♣4♣3♣2♣A♣K♥Q♥J♥10♥9♥8♥7♥6♥5♥4♥3♥2♥A♥

Shuffles:

  1. A♠K♣2♠Q♣3♠J♣4♠10♣5♠9♣6♠8♣7♠7♣8♠6♣9♠5♣10♠4♣J♠3♣Q♠2♣K♠A♣A♦K♥2♦Q♥3♦J♥4♦10♥5♦9♥6♦8♥7♦7♥8♦6♥9♦5♥10♦4♥J♦3♥Q♦2♥K♦A♥
  2. A♠A♦K♣K♥2♠2♦Q♣Q♥3♠3♦J♣J♥4♠4♦10♣10♥5♠5♦9♣9♥6♠6♦8♣8♥7♠7♦7♣7♥8♠8♦6♣6♥9♠9♦5♣5♥10♠10♦4♣4♥J♠J♦3♣3♥Q♠Q♦2♣2♥K♠K♦A♣A♥
  3. A♠7♣A♦7♥K♣8♠K♥8♦2♠6♣2♦6♥Q♣9♠Q♥9♦3♠5♣3♦5♥J♣10♠J♥10♦4♠4♣4♦4♥10♣J♠10♥J♦5♠3♣5♦3♥9♣Q♠9♥Q♦6♠2♣6♦2♥8♣K♠8♥K♦7♠A♣7♦A♥
  4. A♠4♦7♣4♥A♦10♣7♥J♠K♣10♥8♠J♦K♥5♠8♦3♣2♠5♦6♣3♥2♦9♣6♥Q♠Q♣9♥9♠Q♦Q♥6♠9♦2♣3♠6♦5♣2♥3♦8♣5♥K♠J♣8♥10♠K♦J♥7♠10♦A♣4♠7♦4♣A♥
  5. A♠9♠4♦Q♦7♣Q♥4♥6♠A♦9♦10♣2♣7♥3♠J♠6♦K♣5♣10♥2♥8♠3♦J♦8♣K♥5♥5♠K♠8♦J♣3♣8♥2♠10♠5♦K♦6♣J♥3♥7♠2♦10♦9♣A♣6♥4♠Q♠7♦Q♣4♣9♥A♥
  6. A♠5♠9♠K♠4♦8♦Q♦J♣7♣3♣Q♥8♥4♥2♠6♠10♠A♦5♦9♦K♦10♣6♣2♣J♥7♥3♥3♠7♠J♠2♦6♦10♦K♣9♣5♣A♣10♥6♥2♥4♠8♠Q♠3♦7♦J♦Q♣8♣4♣K♥9♥5♥A♥
  7. A♠3♠5♠7♠9♠J♠K♠2♦4♦6♦8♦10♦Q♦K♣J♣9♣7♣5♣3♣A♣Q♥10♥8♥6♥4♥2♥2♠4♠6♠8♠10♠Q♠A♦3♦5♦7♦9♦J♦K♦Q♣10♣8♣6♣4♣2♣K♥J♥9♥7♥5♥3♥A♥
  8. A♠2♠3♠4♠5♠6♠7♠8♠9♠10♠J♠Q♠K♠A♦2♦3♦4♦5♦6♦7♦8♦9♦10♦J♦Q♦K♦K♣Q♣J♣10♣9♣8♣7♣6♣5♣4♣3♣2♣A♣K♥Q♥J♥10♥9♥8♥7♥6♥5♥4♥3♥2♥A♥

54-card deck

Starting order:

[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54]

Shuffles:

  1. [1,28,2,29,3,30,4,31,5,32,6,33,7,34,8,35,9,36,10,37,11,38,12,39,13,40,14,41,15,42,16,43,17,44,18,45,19,46,20,47,21,48,22,49,23,50,24,51,25,52,26,53,27,54]
  2. [1,41,28,15,2,42,29,16,3,43,30,17,4,44,31,18,5,45,32,19,6,46,33,20,7,47,34,21,8,48,35,22,9,49,36,23,10,50,37,24,11,51,38,25,12,52,39,26,13,53,40,27,14,54]
  3. [1,21,41,8,28,48,15,35,2,22,42,9,29,49,16,36,3,23,43,10,30,50,17,37,4,24,44,11,31,51,18,38,5,25,45,12,32,52,19,39,6,26,46,13,33,53,20,40,7,27,47,14,34,54]
  4. [1,11,21,31,41,51,8,18,28,38,48,5,15,25,35,45,2,12,22,32,42,52,9,19,29,39,49,6,16,26,36,46,3,13,23,33,43,53,10,20,30,40,50,7,17,27,37,47,4,14,24,34,44,54]
  5. [1,6,11,16,21,26,31,36,41,46,51,3,8,13,18,23,28,33,38,43,48,53,5,10,15,20,25,30,35,40,45,50,2,7,12,17,22,27,32,37,42,47,52,4,9,14,19,24,29,34,39,44,49,54]
  6. [1,30,6,35,11,40,16,45,21,50,26,2,31,7,36,12,41,17,46,22,51,27,3,32,8,37,13,42,18,47,23,52,28,4,33,9,38,14,43,19,48,24,53,29,5,34,10,39,15,44,20,49,25,54]
  7. [1,42,30,18,6,47,35,23,11,52,40,28,16,4,45,33,21,9,50,38,26,14,2,43,31,19,7,48,36,24,12,53,41,29,17,5,46,34,22,10,51,39,27,15,3,44,32,20,8,49,37,25,13,54]
  8. [1,48,42,36,30,24,18,12,6,53,47,41,35,29,23,17,11,5,52,46,40,34,28,22,16,10,4,51,45,39,33,27,21,15,9,3,50,44,38,32,26,20,14,8,2,49,43,37,31,25,19,13,7,54]
  9. [1,51,48,45,42,39,36,33,30,27,24,21,18,15,12,9,6,3,53,50,47,44,41,38,35,32,29,26,23,20,17,14,11,8,5,2,52,49,46,43,40,37,34,31,28,25,22,19,16,13,10,7,4,54]
  10. [1,26,51,23,48,20,45,17,42,14,39,11,36,8,33,5,30,2,27,52,24,49,21,46,18,43,15,40,12,37,9,34,6,31,3,28,53,25,50,22,47,19,44,16,41,13,38,10,35,7,32,4,29,54]
  11. [1,40,26,12,51,37,23,9,48,34,20,6,45,31,17,3,42,28,14,53,39,25,11,50,36,22,8,47,33,19,5,44,30,16,2,41,27,13,52,38,24,10,49,35,21,7,46,32,18,4,43,29,15,54]
  12. [1,47,40,33,26,19,12,5,51,44,37,30,23,16,9,2,48,41,34,27,20,13,6,52,45,38,31,24,17,10,3,49,42,35,28,21,14,7,53,46,39,32,25,18,11,4,50,43,36,29,22,15,8,54]
  13. [1,24,47,17,40,10,33,3,26,49,19,42,12,35,5,28,51,21,44,14,37,7,30,53,23,46,16,39,9,32,2,25,48,18,41,11,34,4,27,50,20,43,13,36,6,29,52,22,45,15,38,8,31,54]
  14. [1,39,24,9,47,32,17,2,40,25,10,48,33,18,3,41,26,11,49,34,19,4,42,27,12,50,35,20,5,43,28,13,51,36,21,6,44,29,14,52,37,22,7,45,30,15,53,38,23,8,46,31,16,54]
  15. [1,20,39,5,24,43,9,28,47,13,32,51,17,36,2,21,40,6,25,44,10,29,48,14,33,52,18,37,3,22,41,7,26,45,11,30,49,15,34,53,19,38,4,23,42,8,27,46,12,31,50,16,35,54]
  16. [1,37,20,3,39,22,5,41,24,7,43,26,9,45,28,11,47,30,13,49,32,15,51,34,17,53,36,19,2,38,21,4,40,23,6,42,25,8,44,27,10,46,29,12,48,31,14,50,33,16,52,35,18,54]
  17. [1,19,37,2,20,38,3,21,39,4,22,40,5,23,41,6,24,42,7,25,43,8,26,44,9,27,45,10,28,46,11,29,47,12,30,48,13,31,49,14,32,50,15,33,51,16,34,52,17,35,53,18,36,54]
  18. [1,10,19,28,37,46,2,11,20,29,38,47,3,12,21,30,39,48,4,13,22,31,40,49,5,14,23,32,41,50,6,15,24,33,42,51,7,16,25,34,43,52,8,17,26,35,44,53,9,18,27,36,45,54]
  19. [1,32,10,41,19,50,28,6,37,15,46,24,2,33,11,42,20,51,29,7,38,16,47,25,3,34,12,43,21,52,30,8,39,17,48,26,4,35,13,44,22,53,31,9,40,18,49,27,5,36,14,45,23,54]
  20. [1,43,32,21,10,52,41,30,19,8,50,39,28,17,6,48,37,26,15,4,46,35,24,13,2,44,33,22,11,53,42,31,20,9,51,40,29,18,7,49,38,27,16,5,47,36,25,14,3,45,34,23,12,54]
  21. [1,22,43,11,32,53,21,42,10,31,52,20,41,9,30,51,19,40,8,29,50,18,39,7,28,49,17,38,6,27,48,16,37,5,26,47,15,36,4,25,46,14,35,3,24,45,13,34,2,23,44,12,33,54]
  22. [1,38,22,6,43,27,11,48,32,16,53,37,21,5,42,26,10,47,31,15,52,36,20,4,41,25,9,46,30,14,51,35,19,3,40,24,8,45,29,13,50,34,18,2,39,23,7,44,28,12,49,33,17,54]
  23. [1,46,38,30,22,14,6,51,43,35,27,19,11,3,48,40,32,24,16,8,53,45,37,29,21,13,5,50,42,34,26,18,10,2,47,39,31,23,15,7,52,44,36,28,20,12,4,49,41,33,25,17,9,54]
  24. [1,50,46,42,38,34,30,26,22,18,14,10,6,2,51,47,43,39,35,31,27,23,19,15,11,7,3,52,48,44,40,36,32,28,24,20,16,12,8,4,53,49,45,41,37,33,29,25,21,17,13,9,5,54]
  25. [1,52,50,48,46,44,42,40,38,36,34,32,30,28,26,24,22,20,18,16,14,12,10,8,6,4,2,53,51,49,47,45,43,41,39,37,35,33,31,29,27,25,23,21,19,17,15,13,11,9,7,5,3,54]
  26. [1,53,52,51,50,49,48,47,46,45,44,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,54]
  27. [1,27,53,26,52,25,51,24,50,23,49,22,48,21,47,20,46,19,45,18,44,17,43,16,42,15,41,14,40,13,39,12,38,11,37,10,36,9,35,8,34,7,33,6,32,5,31,4,30,3,29,2,28,54]
  28. [1,14,27,40,53,13,26,39,52,12,25,38,51,11,24,37,50,10,23,36,49,9,22,35,48,8,21,34,47,7,20,33,46,6,19,32,45,5,18,31,44,4,17,30,43,3,16,29,42,2,15,28,41,54]
  29. [1,34,14,47,27,7,40,20,53,33,13,46,26,6,39,19,52,32,12,45,25,5,38,18,51,31,11,44,24,4,37,17,50,30,10,43,23,3,36,16,49,29,9,42,22,2,35,15,48,28,8,41,21,54]
  30. [1,44,34,24,14,4,47,37,27,17,7,50,40,30,20,10,53,43,33,23,13,3,46,36,26,16,6,49,39,29,19,9,52,42,32,22,12,2,45,35,25,15,5,48,38,28,18,8,51,41,31,21,11,54]
  31. [1,49,44,39,34,29,24,19,14,9,4,52,47,42,37,32,27,22,17,12,7,2,50,45,40,35,30,25,20,15,10,5,53,48,43,38,33,28,23,18,13,8,3,51,46,41,36,31,26,21,16,11,6,54]
  32. [1,25,49,20,44,15,39,10,34,5,29,53,24,48,19,43,14,38,9,33,4,28,52,23,47,18,42,13,37,8,32,3,27,51,22,46,17,41,12,36,7,31,2,26,50,21,45,16,40,11,35,6,30,54]
  33. [1,13,25,37,49,8,20,32,44,3,15,27,39,51,10,22,34,46,5,17,29,41,53,12,24,36,48,7,19,31,43,2,14,26,38,50,9,21,33,45,4,16,28,40,52,11,23,35,47,6,18,30,42,54]
  34. [1,7,13,19,25,31,37,43,49,2,8,14,20,26,32,38,44,50,3,9,15,21,27,33,39,45,51,4,10,16,22,28,34,40,46,52,5,11,17,23,29,35,41,47,53,6,12,18,24,30,36,42,48,54]
  35. [1,4,7,10,13,16,19,22,25,28,31,34,37,40,43,46,49,52,2,5,8,11,14,17,20,23,26,29,32,35,38,41,44,47,50,53,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54]
  36. [1,29,4,32,7,35,10,38,13,41,16,44,19,47,22,50,25,53,28,3,31,6,34,9,37,12,40,15,43,18,46,21,49,24,52,27,2,30,5,33,8,36,11,39,14,42,17,45,20,48,23,51,26,54]
  37. [1,15,29,43,4,18,32,46,7,21,35,49,10,24,38,52,13,27,41,2,16,30,44,5,19,33,47,8,22,36,50,11,25,39,53,14,28,42,3,17,31,45,6,20,34,48,9,23,37,51,12,26,40,54]
  38. [1,8,15,22,29,36,43,50,4,11,18,25,32,39,46,53,7,14,21,28,35,42,49,3,10,17,24,31,38,45,52,6,13,20,27,34,41,48,2,9,16,23,30,37,44,51,5,12,19,26,33,40,47,54]
  39. [1,31,8,38,15,45,22,52,29,6,36,13,43,20,50,27,4,34,11,41,18,48,25,2,32,9,39,16,46,23,53,30,7,37,14,44,21,51,28,5,35,12,42,19,49,26,3,33,10,40,17,47,24,54]
  40. [1,16,31,46,8,23,38,53,15,30,45,7,22,37,52,14,29,44,6,21,36,51,13,28,43,5,20,35,50,12,27,42,4,19,34,49,11,26,41,3,18,33,48,10,25,40,2,17,32,47,9,24,39,54]
  41. [1,35,16,50,31,12,46,27,8,42,23,4,38,19,53,34,15,49,30,11,45,26,7,41,22,3,37,18,52,33,14,48,29,10,44,25,6,40,21,2,36,17,51,32,13,47,28,9,43,24,5,39,20,54]
  42. [1,18,35,52,16,33,50,14,31,48,12,29,46,10,27,44,8,25,42,6,23,40,4,21,38,2,19,36,53,17,34,51,15,32,49,13,30,47,11,28,45,9,26,43,7,24,41,5,22,39,3,20,37,54]
  43. [1,36,18,53,35,17,52,34,16,51,33,15,50,32,14,49,31,13,48,30,12,47,29,11,46,28,10,45,27,9,44,26,8,43,25,7,42,24,6,41,23,5,40,22,4,39,21,3,38,20,2,37,19,54]
  44. [1,45,36,27,18,9,53,44,35,26,17,8,52,43,34,25,16,7,51,42,33,24,15,6,50,41,32,23,14,5,49,40,31,22,13,4,48,39,30,21,12,3,47,38,29,20,11,2,46,37,28,19,10,54]
  45. [1,23,45,14,36,5,27,49,18,40,9,31,53,22,44,13,35,4,26,48,17,39,8,30,52,21,43,12,34,3,25,47,16,38,7,29,51,20,42,11,33,2,24,46,15,37,6,28,50,19,41,10,32,54]
  46. [1,12,23,34,45,3,14,25,36,47,5,16,27,38,49,7,18,29,40,51,9,20,31,42,53,11,22,33,44,2,13,24,35,46,4,15,26,37,48,6,17,28,39,50,8,19,30,41,52,10,21,32,43,54]
  47. [1,33,12,44,23,2,34,13,45,24,3,35,14,46,25,4,36,15,47,26,5,37,16,48,27,6,38,17,49,28,7,39,18,50,29,8,40,19,51,30,9,41,20,52,31,10,42,21,53,32,11,43,22,54]
  48. [1,17,33,49,12,28,44,7,23,39,2,18,34,50,13,29,45,8,24,40,3,19,35,51,14,30,46,9,25,41,4,20,36,52,15,31,47,10,26,42,5,21,37,53,16,32,48,11,27,43,6,22,38,54]
  49. [1,9,17,25,33,41,49,4,12,20,28,36,44,52,7,15,23,31,39,47,2,10,18,26,34,42,50,5,13,21,29,37,45,53,8,16,24,32,40,48,3,11,19,27,35,43,51,6,14,22,30,38,46,54]
  50. [1,5,9,13,17,21,25,29,33,37,41,45,49,53,4,8,12,16,20,24,28,32,36,40,44,48,52,3,7,11,15,19,23,27,31,35,39,43,47,51,2,6,10,14,18,22,26,30,34,38,42,46,50,54]
  51. [1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,47,49,51,53,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54]
  52. [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54]

56-card deck

Starting order:

[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56]

Shuffles:

  1. [1,29,2,30,3,31,4,32,5,33,6,34,7,35,8,36,9,37,10,38,11,39,12,40,13,41,14,42,15,43,16,44,17,45,18,46,19,47,20,48,21,49,22,50,23,51,24,52,25,53,26,54,27,55,28,56]
  2. [1,15,29,43,2,16,30,44,3,17,31,45,4,18,32,46,5,19,33,47,6,20,34,48,7,21,35,49,8,22,36,50,9,23,37,51,10,24,38,52,11,25,39,53,12,26,40,54,13,27,41,55,14,28,42,56]
  3. [1,8,15,22,29,36,43,50,2,9,16,23,30,37,44,51,3,10,17,24,31,38,45,52,4,11,18,25,32,39,46,53,5,12,19,26,33,40,47,54,6,13,20,27,34,41,48,55,7,14,21,28,35,42,49,56]
  4. [1,32,8,39,15,46,22,53,29,5,36,12,43,19,50,26,2,33,9,40,16,47,23,54,30,6,37,13,44,20,51,27,3,34,10,41,17,48,24,55,31,7,38,14,45,21,52,28,4,35,11,42,18,49,25,56]
  5. [1,44,32,20,8,51,39,27,15,3,46,34,22,10,53,41,29,17,5,48,36,24,12,55,43,31,19,7,50,38,26,14,2,45,33,21,9,52,40,28,16,4,47,35,23,11,54,42,30,18,6,49,37,25,13,56]
  6. [1,50,44,38,32,26,20,14,8,2,51,45,39,33,27,21,15,9,3,52,46,40,34,28,22,16,10,4,53,47,41,35,29,23,17,11,5,54,48,42,36,30,24,18,12,6,55,49,43,37,31,25,19,13,7,56]
  7. [1,53,50,47,44,41,38,35,32,29,26,23,20,17,14,11,8,5,2,54,51,48,45,42,39,36,33,30,27,24,21,18,15,12,9,6,3,55,52,49,46,43,40,37,34,31,28,25,22,19,16,13,10,7,4,56]
  8. [1,27,53,24,50,21,47,18,44,15,41,12,38,9,35,6,32,3,29,55,26,52,23,49,20,46,17,43,14,40,11,37,8,34,5,31,2,28,54,25,51,22,48,19,45,16,42,13,39,10,36,7,33,4,30,56]
  9. [1,14,27,40,53,11,24,37,50,8,21,34,47,5,18,31,44,2,15,28,41,54,12,25,38,51,9,22,35,48,6,19,32,45,3,16,29,42,55,13,26,39,52,10,23,36,49,7,20,33,46,4,17,30,43,56]
  10. [1,35,14,48,27,6,40,19,53,32,11,45,24,3,37,16,50,29,8,42,21,55,34,13,47,26,5,39,18,52,31,10,44,23,2,36,15,49,28,7,41,20,54,33,12,46,25,4,38,17,51,30,9,43,22,56]
  11. [1,18,35,52,14,31,48,10,27,44,6,23,40,2,19,36,53,15,32,49,11,28,45,7,24,41,3,20,37,54,16,33,50,12,29,46,8,25,42,4,21,38,55,17,34,51,13,30,47,9,26,43,5,22,39,56]
  12. [1,37,18,54,35,16,52,33,14,50,31,12,48,29,10,46,27,8,44,25,6,42,23,4,40,21,2,38,19,55,36,17,53,34,15,51,32,13,49,30,11,47,28,9,45,26,7,43,24,5,41,22,3,39,20,56]
  13. [1,19,37,55,18,36,54,17,35,53,16,34,52,15,33,51,14,32,50,13,31,49,12,30,48,11,29,47,10,28,46,9,27,45,8,26,44,7,25,43,6,24,42,5,23,41,4,22,40,3,21,39,2,20,38,56]
  14. [1,10,19,28,37,46,55,9,18,27,36,45,54,8,17,26,35,44,53,7,16,25,34,43,52,6,15,24,33,42,51,5,14,23,32,41,50,4,13,22,31,40,49,3,12,21,30,39,48,2,11,20,29,38,47,56]
  15. [1,33,10,42,19,51,28,5,37,14,46,23,55,32,9,41,18,50,27,4,36,13,45,22,54,31,8,40,17,49,26,3,35,12,44,21,53,30,7,39,16,48,25,2,34,11,43,20,52,29,6,38,15,47,24,56]
  16. [1,17,33,49,10,26,42,3,19,35,51,12,28,44,5,21,37,53,14,30,46,7,23,39,55,16,32,48,9,25,41,2,18,34,50,11,27,43,4,20,36,52,13,29,45,6,22,38,54,15,31,47,8,24,40,56]
  17. [1,9,17,25,33,41,49,2,10,18,26,34,42,50,3,11,19,27,35,43,51,4,12,20,28,36,44,52,5,13,21,29,37,45,53,6,14,22,30,38,46,54,7,15,23,31,39,47,55,8,16,24,32,40,48,56]
  18. [1,5,9,13,17,21,25,29,33,37,41,45,49,53,2,6,10,14,18,22,26,30,34,38,42,46,50,54,3,7,11,15,19,23,27,31,35,39,43,47,51,55,4,8,12,16,20,24,28,32,36,40,44,48,52,56]
  19. [1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,47,49,51,53,55,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56]
  20. [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56]

58-card deck

Starting order:

[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58]

Shuffles:

  1. [1,30,2,31,3,32,4,33,5,34,6,35,7,36,8,37,9,38,10,39,11,40,12,41,13,42,14,43,15,44,16,45,17,46,18,47,19,48,20,49,21,50,22,51,23,52,24,53,25,54,26,55,27,56,28,57,29,58]
  2. [1,44,30,16,2,45,31,17,3,46,32,18,4,47,33,19,5,48,34,20,6,49,35,21,7,50,36,22,8,51,37,23,9,52,38,24,10,53,39,25,11,54,40,26,12,55,41,27,13,56,42,28,14,57,43,29,15,58]
  3. [1,51,44,37,30,23,16,9,2,52,45,38,31,24,17,10,3,53,46,39,32,25,18,11,4,54,47,40,33,26,19,12,5,55,48,41,34,27,20,13,6,56,49,42,35,28,21,14,7,57,50,43,36,29,22,15,8,58]
  4. [1,26,51,19,44,12,37,5,30,55,23,48,16,41,9,34,2,27,52,20,45,13,38,6,31,56,24,49,17,42,10,35,3,28,53,21,46,14,39,7,32,57,25,50,18,43,11,36,4,29,54,22,47,15,40,8,33,58]
  5. [1,42,26,10,51,35,19,3,44,28,12,53,37,21,5,46,30,14,55,39,23,7,48,32,16,57,41,25,9,50,34,18,2,43,27,11,52,36,20,4,45,29,13,54,38,22,6,47,31,15,56,40,24,8,49,33,17,58]
  6. [1,50,42,34,26,18,10,2,51,43,35,27,19,11,3,52,44,36,28,20,12,4,53,45,37,29,21,13,5,54,46,38,30,22,14,6,55,47,39,31,23,15,7,56,48,40,32,24,16,8,57,49,41,33,25,17,9,58]
  7. [1,54,50,46,42,38,34,30,26,22,18,14,10,6,2,55,51,47,43,39,35,31,27,23,19,15,11,7,3,56,52,48,44,40,36,32,28,24,20,16,12,8,4,57,53,49,45,41,37,33,29,25,21,17,13,9,5,58]
  8. [1,56,54,52,50,48,46,44,42,40,38,36,34,32,30,28,26,24,22,20,18,16,14,12,10,8,6,4,2,57,55,53,51,49,47,45,43,41,39,37,35,33,31,29,27,25,23,21,19,17,15,13,11,9,7,5,3,58]
  9. [1,57,56,55,54,53,52,51,50,49,48,47,46,45,44,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,58]
  10. [1,29,57,28,56,27,55,26,54,25,53,24,52,23,51,22,50,21,49,20,48,19,47,18,46,17,45,16,44,15,43,14,42,13,41,12,40,11,39,10,38,9,37,8,36,7,35,6,34,5,33,4,32,3,31,2,30,58]
  11. [1,15,29,43,57,14,28,42,56,13,27,41,55,12,26,40,54,11,25,39,53,10,24,38,52,9,23,37,51,8,22,36,50,7,21,35,49,6,20,34,48,5,19,33,47,4,18,32,46,3,17,31,45,2,16,30,44,58]
  12. [1,8,15,22,29,36,43,50,57,7,14,21,28,35,42,49,56,6,13,20,27,34,41,48,55,5,12,19,26,33,40,47,54,4,11,18,25,32,39,46,53,3,10,17,24,31,38,45,52,2,9,16,23,30,37,44,51,58]
  13. [1,33,8,40,15,47,22,54,29,4,36,11,43,18,50,25,57,32,7,39,14,46,21,53,28,3,35,10,42,17,49,24,56,31,6,38,13,45,20,52,27,2,34,9,41,16,48,23,55,30,5,37,12,44,19,51,26,58]
  14. [1,17,33,49,8,24,40,56,15,31,47,6,22,38,54,13,29,45,4,20,36,52,11,27,43,2,18,34,50,9,25,41,57,16,32,48,7,23,39,55,14,30,46,5,21,37,53,12,28,44,3,19,35,51,10,26,42,58]
  15. [1,9,17,25,33,41,49,57,8,16,24,32,40,48,56,7,15,23,31,39,47,55,6,14,22,30,38,46,54,5,13,21,29,37,45,53,4,12,20,28,36,44,52,3,11,19,27,35,43,51,2,10,18,26,34,42,50,58]
  16. [1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,4,8,12,16,20,24,28,32,36,40,44,48,52,56,3,7,11,15,19,23,27,31,35,39,43,47,51,55,2,6,10,14,18,22,26,30,34,38,42,46,50,54,58]
  17. [1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,47,49,51,53,55,57,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58]
  18. [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58]

60-card deck

Starting order:

[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60]

Shuffles:

  1. [1,31,2,32,3,33,4,34,5,35,6,36,7,37,8,38,9,39,10,40,11,41,12,42,13,43,14,44,15,45,16,46,17,47,18,48,19,49,20,50,21,51,22,52,23,53,24,54,25,55,26,56,27,57,28,58,29,59,30,60]
  2. [1,16,31,46,2,17,32,47,3,18,33,48,4,19,34,49,5,20,35,50,6,21,36,51,7,22,37,52,8,23,38,53,9,24,39,54,10,25,40,55,11,26,41,56,12,27,42,57,13,28,43,58,14,29,44,59,15,30,45,60]
  3. [1,38,16,53,31,9,46,24,2,39,17,54,32,10,47,25,3,40,18,55,33,11,48,26,4,41,19,56,34,12,49,27,5,42,20,57,35,13,50,28,6,43,21,58,36,14,51,29,7,44,22,59,37,15,52,30,8,45,23,60]
  4. [1,49,38,27,16,5,53,42,31,20,9,57,46,35,24,13,2,50,39,28,17,6,54,43,32,21,10,58,47,36,25,14,3,51,40,29,18,7,55,44,33,22,11,59,48,37,26,15,4,52,41,30,19,8,56,45,34,23,12,60]
  5. [1,25,49,14,38,3,27,51,16,40,5,29,53,18,42,7,31,55,20,44,9,33,57,22,46,11,35,59,24,48,13,37,2,26,50,15,39,4,28,52,17,41,6,30,54,19,43,8,32,56,21,45,10,34,58,23,47,12,36,60]
  6. [1,13,25,37,49,2,14,26,38,50,3,15,27,39,51,4,16,28,40,52,5,17,29,41,53,6,18,30,42,54,7,19,31,43,55,8,20,32,44,56,9,21,33,45,57,10,22,34,46,58,11,23,35,47,59,12,24,36,48,60]
  7. [1,7,13,19,25,31,37,43,49,55,2,8,14,20,26,32,38,44,50,56,3,9,15,21,27,33,39,45,51,57,4,10,16,22,28,34,40,46,52,58,5,11,17,23,29,35,41,47,53,59,6,12,18,24,30,36,42,48,54,60]
  8. [1,4,7,10,13,16,19,22,25,28,31,34,37,40,43,46,49,52,55,58,2,5,8,11,14,17,20,23,26,29,32,35,38,41,44,47,50,53,56,59,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57,60]
  9. [1,32,4,35,7,38,10,41,13,44,16,47,19,50,22,53,25,56,28,59,31,3,34,6,37,9,40,12,43,15,46,18,49,21,52,24,55,27,58,30,2,33,5,36,8,39,11,42,14,45,17,48,20,51,23,54,26,57,29,60]
  10. [1,46,32,18,4,49,35,21,7,52,38,24,10,55,41,27,13,58,44,30,16,2,47,33,19,5,50,36,22,8,53,39,25,11,56,42,28,14,59,45,31,17,3,48,34,20,6,51,37,23,9,54,40,26,12,57,43,29,15,60]
  11. [1,53,46,39,32,25,18,11,4,56,49,42,35,28,21,14,7,59,52,45,38,31,24,17,10,3,55,48,41,34,27,20,13,6,58,51,44,37,30,23,16,9,2,54,47,40,33,26,19,12,5,57,50,43,36,29,22,15,8,60]
  12. [1,27,53,20,46,13,39,6,32,58,25,51,18,44,11,37,4,30,56,23,49,16,42,9,35,2,28,54,21,47,14,40,7,33,59,26,52,19,45,12,38,5,31,57,24,50,17,43,10,36,3,29,55,22,48,15,41,8,34,60]
  13. [1,14,27,40,53,7,20,33,46,59,13,26,39,52,6,19,32,45,58,12,25,38,51,5,18,31,44,57,11,24,37,50,4,17,30,43,56,10,23,36,49,3,16,29,42,55,9,22,35,48,2,15,28,41,54,8,21,34,47,60]
  14. [1,37,14,50,27,4,40,17,53,30,7,43,20,56,33,10,46,23,59,36,13,49,26,3,39,16,52,29,6,42,19,55,32,9,45,22,58,35,12,48,25,2,38,15,51,28,5,41,18,54,31,8,44,21,57,34,11,47,24,60]
  15. [1,19,37,55,14,32,50,9,27,45,4,22,40,58,17,35,53,12,30,48,7,25,43,2,20,38,56,15,33,51,10,28,46,5,23,41,59,18,36,54,13,31,49,8,26,44,3,21,39,57,16,34,52,11,29,47,6,24,42,60]
  16. [1,10,19,28,37,46,55,5,14,23,32,41,50,59,9,18,27,36,45,54,4,13,22,31,40,49,58,8,17,26,35,44,53,3,12,21,30,39,48,57,7,16,25,34,43,52,2,11,20,29,38,47,56,6,15,24,33,42,51,60]
  17. [1,35,10,44,19,53,28,3,37,12,46,21,55,30,5,39,14,48,23,57,32,7,41,16,50,25,59,34,9,43,18,52,27,2,36,11,45,20,54,29,4,38,13,47,22,56,31,6,40,15,49,24,58,33,8,42,17,51,26,60]
  18. [1,18,35,52,10,27,44,2,19,36,53,11,28,45,3,20,37,54,12,29,46,4,21,38,55,13,30,47,5,22,39,56,14,31,48,6,23,40,57,15,32,49,7,24,41,58,16,33,50,8,25,42,59,17,34,51,9,26,43,60]
  19. [1,39,18,56,35,14,52,31,10,48,27,6,44,23,2,40,19,57,36,15,53,32,11,49,28,7,45,24,3,41,20,58,37,16,54,33,12,50,29,8,46,25,4,42,21,59,38,17,55,34,13,51,30,9,47,26,5,43,22,60]
  20. [1,20,39,58,18,37,56,16,35,54,14,33,52,12,31,50,10,29,48,8,27,46,6,25,44,4,23,42,2,21,40,59,19,38,57,17,36,55,15,34,53,13,32,51,11,30,49,9,28,47,7,26,45,5,24,43,3,22,41,60]
  21. [1,40,20,59,39,19,58,38,18,57,37,17,56,36,16,55,35,15,54,34,14,53,33,13,52,32,12,51,31,11,50,30,10,49,29,9,48,28,8,47,27,7,46,26,6,45,25,5,44,24,4,43,23,3,42,22,2,41,21,60]
  22. [1,50,40,30,20,10,59,49,39,29,19,9,58,48,38,28,18,8,57,47,37,27,17,7,56,46,36,26,16,6,55,45,35,25,15,5,54,44,34,24,14,4,53,43,33,23,13,3,52,42,32,22,12,2,51,41,31,21,11,60]
  23. [1,55,50,45,40,35,30,25,20,15,10,5,59,54,49,44,39,34,29,24,19,14,9,4,58,53,48,43,38,33,28,23,18,13,8,3,57,52,47,42,37,32,27,22,17,12,7,2,56,51,46,41,36,31,26,21,16,11,6,60]
  24. [1,28,55,23,50,18,45,13,40,8,35,3,30,57,25,52,20,47,15,42,10,37,5,32,59,27,54,22,49,17,44,12,39,7,34,2,29,56,24,51,19,46,14,41,9,36,4,31,58,26,53,21,48,16,43,11,38,6,33,60]
  25. [1,44,28,12,55,39,23,7,50,34,18,2,45,29,13,56,40,24,8,51,35,19,3,46,30,14,57,41,25,9,52,36,20,4,47,31,15,58,42,26,10,53,37,21,5,48,32,16,59,43,27,11,54,38,22,6,49,33,17,60]
  26. [1,52,44,36,28,20,12,4,55,47,39,31,23,15,7,58,50,42,34,26,18,10,2,53,45,37,29,21,13,5,56,48,40,32,24,16,8,59,51,43,35,27,19,11,3,54,46,38,30,22,14,6,57,49,41,33,25,17,9,60]
  27. [1,56,52,48,44,40,36,32,28,24,20,16,12,8,4,59,55,51,47,43,39,35,31,27,23,19,15,11,7,3,58,54,50,46,42,38,34,30,26,22,18,14,10,6,2,57,53,49,45,41,37,33,29,25,21,17,13,9,5,60]
  28. [1,58,56,54,52,50,48,46,44,42,40,38,36,34,32,30,28,26,24,22,20,18,16,14,12,10,8,6,4,2,59,57,55,53,51,49,47,45,43,41,39,37,35,33,31,29,27,25,23,21,19,17,15,13,11,9,7,5,3,60]
  29. [1,59,58,57,56,55,54,53,52,51,50,49,48,47,46,45,44,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,60]
  30. [1,30,59,29,58,28,57,27,56,26,55,25,54,24,53,23,52,22,51,21,50,20,49,19,48,18,47,17,46,16,45,15,44,14,43,13,42,12,41,11,40,10,39,9,38,8,37,7,36,6,35,5,34,4,33,3,32,2,31,60]
  31. [1,45,30,15,59,44,29,14,58,43,28,13,57,42,27,12,56,41,26,11,55,40,25,10,54,39,24,9,53,38,23,8,52,37,22,7,51,36,21,6,50,35,20,5,49,34,19,4,48,33,18,3,47,32,17,2,46,31,16,60]
  32. [1,23,45,8,30,52,15,37,59,22,44,7,29,51,14,36,58,21,43,6,28,50,13,35,57,20,42,5,27,49,12,34,56,19,41,4,26,48,11,33,55,18,40,3,25,47,10,32,54,17,39,2,24,46,9,31,53,16,38,60]
  33. [1,12,23,34,45,56,8,19,30,41,52,4,15,26,37,48,59,11,22,33,44,55,7,18,29,40,51,3,14,25,36,47,58,10,21,32,43,54,6,17,28,39,50,2,13,24,35,46,57,9,20,31,42,53,5,16,27,38,49,60]
  34. [1,36,12,47,23,58,34,10,45,21,56,32,8,43,19,54,30,6,41,17,52,28,4,39,15,50,26,2,37,13,48,24,59,35,11,46,22,57,33,9,44,20,55,31,7,42,18,53,29,5,40,16,51,27,3,38,14,49,25,60]
  35. [1,48,36,24,12,59,47,35,23,11,58,46,34,22,10,57,45,33,21,9,56,44,32,20,8,55,43,31,19,7,54,42,30,18,6,53,41,29,17,5,52,40,28,16,4,51,39,27,15,3,50,38,26,14,2,49,37,25,13,60]
  36. [1,54,48,42,36,30,24,18,12,6,59,53,47,41,35,29,23,17,11,5,58,52,46,40,34,28,22,16,10,4,57,51,45,39,33,27,21,15,9,3,56,50,44,38,32,26,20,14,8,2,55,49,43,37,31,25,19,13,7,60]
  37. [1,57,54,51,48,45,42,39,36,33,30,27,24,21,18,15,12,9,6,3,59,56,53,50,47,44,41,38,35,32,29,26,23,20,17,14,11,8,5,2,58,55,52,49,46,43,40,37,34,31,28,25,22,19,16,13,10,7,4,60]
  38. [1,29,57,26,54,23,51,20,48,17,45,14,42,11,39,8,36,5,33,2,30,58,27,55,24,52,21,49,18,46,15,43,12,40,9,37,6,34,3,31,59,28,56,25,53,22,50,19,47,16,44,13,41,10,38,7,35,4,32,60]
  39. [1,15,29,43,57,12,26,40,54,9,23,37,51,6,20,34,48,3,17,31,45,59,14,28,42,56,11,25,39,53,8,22,36,50,5,19,33,47,2,16,30,44,58,13,27,41,55,10,24,38,52,7,21,35,49,4,18,32,46,60]
  40. [1,8,15,22,29,36,43,50,57,5,12,19,26,33,40,47,54,2,9,16,23,30,37,44,51,58,6,13,20,27,34,41,48,55,3,10,17,24,31,38,45,52,59,7,14,21,28,35,42,49,56,4,11,18,25,32,39,46,53,60]
  41. [1,34,8,41,15,48,22,55,29,3,36,10,43,17,50,24,57,31,5,38,12,45,19,52,26,59,33,7,40,14,47,21,54,28,2,35,9,42,16,49,23,56,30,4,37,11,44,18,51,25,58,32,6,39,13,46,20,53,27,60]
  42. [1,47,34,21,8,54,41,28,15,2,48,35,22,9,55,42,29,16,3,49,36,23,10,56,43,30,17,4,50,37,24,11,57,44,31,18,5,51,38,25,12,58,45,32,19,6,52,39,26,13,59,46,33,20,7,53,40,27,14,60]
  43. [1,24,47,11,34,57,21,44,8,31,54,18,41,5,28,51,15,38,2,25,48,12,35,58,22,45,9,32,55,19,42,6,29,52,16,39,3,26,49,13,36,59,23,46,10,33,56,20,43,7,30,53,17,40,4,27,50,14,37,60]
  44. [1,42,24,6,47,29,11,52,34,16,57,39,21,3,44,26,8,49,31,13,54,36,18,59,41,23,5,46,28,10,51,33,15,56,38,20,2,43,25,7,48,30,12,53,35,17,58,40,22,4,45,27,9,50,32,14,55,37,19,60]
  45. [1,51,42,33,24,15,6,56,47,38,29,20,11,2,52,43,34,25,16,7,57,48,39,30,21,12,3,53,44,35,26,17,8,58,49,40,31,22,13,4,54,45,36,27,18,9,59,50,41,32,23,14,5,55,46,37,28,19,10,60]
  46. [1,26,51,17,42,8,33,58,24,49,15,40,6,31,56,22,47,13,38,4,29,54,20,45,11,36,2,27,52,18,43,9,34,59,25,50,16,41,7,32,57,23,48,14,39,5,30,55,21,46,12,37,3,28,53,19,44,10,35,60]
  47. [1,43,26,9,51,34,17,59,42,25,8,50,33,16,58,41,24,7,49,32,15,57,40,23,6,48,31,14,56,39,22,5,47,30,13,55,38,21,4,46,29,12,54,37,20,3,45,28,11,53,36,19,2,44,27,10,52,35,18,60]
  48. [1,22,43,5,26,47,9,30,51,13,34,55,17,38,59,21,42,4,25,46,8,29,50,12,33,54,16,37,58,20,41,3,24,45,7,28,49,11,32,53,15,36,57,19,40,2,23,44,6,27,48,10,31,52,14,35,56,18,39,60]
  49. [1,41,22,3,43,24,5,45,26,7,47,28,9,49,30,11,51,32,13,53,34,15,55,36,17,57,38,19,59,40,21,2,42,23,4,44,25,6,46,27,8,48,29,10,50,31,12,52,33,14,54,35,16,56,37,18,58,39,20,60]
  50. [1,21,41,2,22,42,3,23,43,4,24,44,5,25,45,6,26,46,7,27,47,8,28,48,9,29,49,10,30,50,11,31,51,12,32,52,13,33,53,14,34,54,15,35,55,16,36,56,17,37,57,18,38,58,19,39,59,20,40,60]
  51. [1,11,21,31,41,51,2,12,22,32,42,52,3,13,23,33,43,53,4,14,24,34,44,54,5,15,25,35,45,55,6,16,26,36,46,56,7,17,27,37,47,57,8,18,28,38,48,58,9,19,29,39,49,59,10,20,30,40,50,60]
  52. [1,6,11,16,21,26,31,36,41,46,51,56,2,7,12,17,22,27,32,37,42,47,52,57,3,8,13,18,23,28,33,38,43,48,53,58,4,9,14,19,24,29,34,39,44,49,54,59,5,10,15,20,25,30,35,40,45,50,55,60]
  53. [1,33,6,38,11,43,16,48,21,53,26,58,31,4,36,9,41,14,46,19,51,24,56,29,2,34,7,39,12,44,17,49,22,54,27,59,32,5,37,10,42,15,47,20,52,25,57,30,3,35,8,40,13,45,18,50,23,55,28,60]
  54. [1,17,33,49,6,22,38,54,11,27,43,59,16,32,48,5,21,37,53,10,26,42,58,15,31,47,4,20,36,52,9,25,41,57,14,30,46,3,19,35,51,8,24,40,56,13,29,45,2,18,34,50,7,23,39,55,12,28,44,60]
  55. [1,9,17,25,33,41,49,57,6,14,22,30,38,46,54,3,11,19,27,35,43,51,59,8,16,24,32,40,48,56,5,13,21,29,37,45,53,2,10,18,26,34,42,50,58,7,15,23,31,39,47,55,4,12,20,28,36,44,52,60]
  56. [1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60]
  57. [1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,47,49,51,53,55,57,59,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60]
  58. [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60]

62-card deck

Starting order:

[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62]

Shuffles:

  1. [1,32,2,33,3,34,4,35,5,36,6,37,7,38,8,39,9,40,10,41,11,42,12,43,13,44,14,45,15,46,16,47,17,48,18,49,19,50,20,51,21,52,22,53,23,54,24,55,25,56,26,57,27,58,28,59,29,60,30,61,31,62]
  2. [1,47,32,17,2,48,33,18,3,49,34,19,4,50,35,20,5,51,36,21,6,52,37,22,7,53,38,23,8,54,39,24,9,55,40,25,10,56,41,26,11,57,42,27,12,58,43,28,13,59,44,29,14,60,45,30,15,61,46,31,16,62]
  3. [1,24,47,9,32,55,17,40,2,25,48,10,33,56,18,41,3,26,49,11,34,57,19,42,4,27,50,12,35,58,20,43,5,28,51,13,36,59,21,44,6,29,52,14,37,60,22,45,7,30,53,15,38,61,23,46,8,31,54,16,39,62]
  4. [1,43,24,5,47,28,9,51,32,13,55,36,17,59,40,21,2,44,25,6,48,29,10,52,33,14,56,37,18,60,41,22,3,45,26,7,49,30,11,53,34,15,57,38,19,61,42,23,4,46,27,8,50,31,12,54,35,16,58,39,20,62]
  5. [1,22,43,3,24,45,5,26,47,7,28,49,9,30,51,11,32,53,13,34,55,15,36,57,17,38,59,19,40,61,21,42,2,23,44,4,25,46,6,27,48,8,29,50,10,31,52,12,33,54,14,35,56,16,37,58,18,39,60,20,41,62]
  6. [1,42,22,2,43,23,3,44,24,4,45,25,5,46,26,6,47,27,7,48,28,8,49,29,9,50,30,10,51,31,11,52,32,12,53,33,13,54,34,14,55,35,15,56,36,16,57,37,17,58,38,18,59,39,19,60,40,20,61,41,21,62]
  7. [1,52,42,32,22,12,2,53,43,33,23,13,3,54,44,34,24,14,4,55,45,35,25,15,5,56,46,36,26,16,6,57,47,37,27,17,7,58,48,38,28,18,8,59,49,39,29,19,9,60,50,40,30,20,10,61,51,41,31,21,11,62]
  8. [1,57,52,47,42,37,32,27,22,17,12,7,2,58,53,48,43,38,33,28,23,18,13,8,3,59,54,49,44,39,34,29,24,19,14,9,4,60,55,50,45,40,35,30,25,20,15,10,5,61,56,51,46,41,36,31,26,21,16,11,6,62]
  9. [1,29,57,24,52,19,47,14,42,9,37,4,32,60,27,55,22,50,17,45,12,40,7,35,2,30,58,25,53,20,48,15,43,10,38,5,33,61,28,56,23,51,18,46,13,41,8,36,3,31,59,26,54,21,49,16,44,11,39,6,34,62]
  10. [1,15,29,43,57,10,24,38,52,5,19,33,47,61,14,28,42,56,9,23,37,51,4,18,32,46,60,13,27,41,55,8,22,36,50,3,17,31,45,59,12,26,40,54,7,21,35,49,2,16,30,44,58,11,25,39,53,6,20,34,48,62]
  11. [1,8,15,22,29,36,43,50,57,3,10,17,24,31,38,45,52,59,5,12,19,26,33,40,47,54,61,7,14,21,28,35,42,49,56,2,9,16,23,30,37,44,51,58,4,11,18,25,32,39,46,53,60,6,13,20,27,34,41,48,55,62]
  12. [1,35,8,42,15,49,22,56,29,2,36,9,43,16,50,23,57,30,3,37,10,44,17,51,24,58,31,4,38,11,45,18,52,25,59,32,5,39,12,46,19,53,26,60,33,6,40,13,47,20,54,27,61,34,7,41,14,48,21,55,28,62]
  13. [1,18,35,52,8,25,42,59,15,32,49,5,22,39,56,12,29,46,2,19,36,53,9,26,43,60,16,33,50,6,23,40,57,13,30,47,3,20,37,54,10,27,44,61,17,34,51,7,24,41,58,14,31,48,4,21,38,55,11,28,45,62]
  14. [1,40,18,57,35,13,52,30,8,47,25,3,42,20,59,37,15,54,32,10,49,27,5,44,22,61,39,17,56,34,12,51,29,7,46,24,2,41,19,58,36,14,53,31,9,48,26,4,43,21,60,38,16,55,33,11,50,28,6,45,23,62]
  15. [1,51,40,29,18,7,57,46,35,24,13,2,52,41,30,19,8,58,47,36,25,14,3,53,42,31,20,9,59,48,37,26,15,4,54,43,32,21,10,60,49,38,27,16,5,55,44,33,22,11,61,50,39,28,17,6,56,45,34,23,12,62]
  16. [1,26,51,15,40,4,29,54,18,43,7,32,57,21,46,10,35,60,24,49,13,38,2,27,52,16,41,5,30,55,19,44,8,33,58,22,47,11,36,61,25,50,14,39,3,28,53,17,42,6,31,56,20,45,9,34,59,23,48,12,37,62]
  17. [1,44,26,8,51,33,15,58,40,22,4,47,29,11,54,36,18,61,43,25,7,50,32,14,57,39,21,3,46,28,10,53,35,17,60,42,24,6,49,31,13,56,38,20,2,45,27,9,52,34,16,59,41,23,5,48,30,12,55,37,19,62]
  18. [1,53,44,35,26,17,8,60,51,42,33,24,15,6,58,49,40,31,22,13,4,56,47,38,29,20,11,2,54,45,36,27,18,9,61,52,43,34,25,16,7,59,50,41,32,23,14,5,57,48,39,30,21,12,3,55,46,37,28,19,10,62]
  19. [1,27,53,18,44,9,35,61,26,52,17,43,8,34,60,25,51,16,42,7,33,59,24,50,15,41,6,32,58,23,49,14,40,5,31,57,22,48,13,39,4,30,56,21,47,12,38,3,29,55,20,46,11,37,2,28,54,19,45,10,36,62]
  20. [1,14,27,40,53,5,18,31,44,57,9,22,35,48,61,13,26,39,52,4,17,30,43,56,8,21,34,47,60,12,25,38,51,3,16,29,42,55,7,20,33,46,59,11,24,37,50,2,15,28,41,54,6,19,32,45,58,10,23,36,49,62]
  21. [1,38,14,51,27,3,40,16,53,29,5,42,18,55,31,7,44,20,57,33,9,46,22,59,35,11,48,24,61,37,13,50,26,2,39,15,52,28,4,41,17,54,30,6,43,19,56,32,8,45,21,58,34,10,47,23,60,36,12,49,25,62]
  22. [1,50,38,26,14,2,51,39,27,15,3,52,40,28,16,4,53,41,29,17,5,54,42,30,18,6,55,43,31,19,7,56,44,32,20,8,57,45,33,21,9,58,46,34,22,10,59,47,35,23,11,60,48,36,24,12,61,49,37,25,13,62]
  23. [1,56,50,44,38,32,26,20,14,8,2,57,51,45,39,33,27,21,15,9,3,58,52,46,40,34,28,22,16,10,4,59,53,47,41,35,29,23,17,11,5,60,54,48,42,36,30,24,18,12,6,61,55,49,43,37,31,25,19,13,7,62]
  24. [1,59,56,53,50,47,44,41,38,35,32,29,26,23,20,17,14,11,8,5,2,60,57,54,51,48,45,42,39,36,33,30,27,24,21,18,15,12,9,6,3,61,58,55,52,49,46,43,40,37,34,31,28,25,22,19,16,13,10,7,4,62]
  25. [1,30,59,27,56,24,53,21,50,18,47,15,44,12,41,9,38,6,35,3,32,61,29,58,26,55,23,52,20,49,17,46,14,43,11,40,8,37,5,34,2,31,60,28,57,25,54,22,51,19,48,16,45,13,42,10,39,7,36,4,33,62]
  26. [1,46,30,14,59,43,27,11,56,40,24,8,53,37,21,5,50,34,18,2,47,31,15,60,44,28,12,57,41,25,9,54,38,22,6,51,35,19,3,48,32,16,61,45,29,13,58,42,26,10,55,39,23,7,52,36,20,4,49,33,17,62]
  27. [1,54,46,38,30,22,14,6,59,51,43,35,27,19,11,3,56,48,40,32,24,16,8,61,53,45,37,29,21,13,5,58,50,42,34,26,18,10,2,55,47,39,31,23,15,7,60,52,44,36,28,20,12,4,57,49,41,33,25,17,9,62]
  28. [1,58,54,50,46,42,38,34,30,26,22,18,14,10,6,2,59,55,51,47,43,39,35,31,27,23,19,15,11,7,3,60,56,52,48,44,40,36,32,28,24,20,16,12,8,4,61,57,53,49,45,41,37,33,29,25,21,17,13,9,5,62]
  29. [1,60,58,56,54,52,50,48,46,44,42,40,38,36,34,32,30,28,26,24,22,20,18,16,14,12,10,8,6,4,2,61,59,57,55,53,51,49,47,45,43,41,39,37,35,33,31,29,27,25,23,21,19,17,15,13,11,9,7,5,3,62]
  30. [1,61,60,59,58,57,56,55,54,53,52,51,50,49,48,47,46,45,44,43,42,41,40,39,38,37,36,35,34,33,32,31,30,29,28,27,26,25,24,23,22,21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,62]
  31. [1,31,61,30,60,29,59,28,58,27,57,26,56,25,55,24,54,23,53,22,52,21,51,20,50,19,49,18,48,17,47,16,46,15,45,14,44,13,43,12,42,11,41,10,40,9,39,8,38,7,37,6,36,5,35,4,34,3,33,2,32,62]
  32. [1,16,31,46,61,15,30,45,60,14,29,44,59,13,28,43,58,12,27,42,57,11,26,41,56,10,25,40,55,9,24,39,54,8,23,38,53,7,22,37,52,6,21,36,51,5,20,35,50,4,19,34,49,3,18,33,48,2,17,32,47,62]
  33. [1,39,16,54,31,8,46,23,61,38,15,53,30,7,45,22,60,37,14,52,29,6,44,21,59,36,13,51,28,5,43,20,58,35,12,50,27,4,42,19,57,34,11,49,26,3,41,18,56,33,10,48,25,2,40,17,55,32,9,47,24,62]
  34. [1,20,39,58,16,35,54,12,31,50,8,27,46,4,23,42,61,19,38,57,15,34,53,11,30,49,7,26,45,3,22,41,60,18,37,56,14,33,52,10,29,48,6,25,44,2,21,40,59,17,36,55,13,32,51,9,28,47,5,24,43,62]
  35. [1,41,20,60,39,18,58,37,16,56,35,14,54,33,12,52,31,10,50,29,8,48,27,6,46,25,4,44,23,2,42,21,61,40,19,59,38,17,57,36,15,55,34,13,53,32,11,51,30,9,49,28,7,47,26,5,45,24,3,43,22,62]
  36. [1,21,41,61,20,40,60,19,39,59,18,38,58,17,37,57,16,36,56,15,35,55,14,34,54,13,33,53,12,32,52,11,31,51,10,30,50,9,29,49,8,28,48,7,27,47,6,26,46,5,25,45,4,24,44,3,23,43,2,22,42,62]
  37. [1,11,21,31,41,51,61,10,20,30,40,50,60,9,19,29,39,49,59,8,18,28,38,48,58,7,17,27,37,47,57,6,16,26,36,46,56,5,15,25,35,45,55,4,14,24,34,44,54,3,13,23,33,43,53,2,12,22,32,42,52,62]
  38. [1,6,11,16,21,26,31,36,41,46,51,56,61,5,10,15,20,25,30,35,40,45,50,55,60,4,9,14,19,24,29,34,39,44,49,54,59,3,8,13,18,23,28,33,38,43,48,53,58,2,7,12,17,22,27,32,37,42,47,52,57,62]
  39. [1,34,6,39,11,44,16,49,21,54,26,59,31,3,36,8,41,13,46,18,51,23,56,28,61,33,5,38,10,43,15,48,20,53,25,58,30,2,35,7,40,12,45,17,50,22,55,27,60,32,4,37,9,42,14,47,19,52,24,57,29,62]
  40. [1,48,34,20,6,53,39,25,11,58,44,30,16,2,49,35,21,7,54,40,26,12,59,45,31,17,3,50,36,22,8,55,41,27,13,60,46,32,18,4,51,37,23,9,56,42,28,14,61,47,33,19,5,52,38,24,10,57,43,29,15,62]
  41. [1,55,48,41,34,27,20,13,6,60,53,46,39,32,25,18,11,4,58,51,44,37,30,23,16,9,2,56,49,42,35,28,21,14,7,61,54,47,40,33,26,19,12,5,59,52,45,38,31,24,17,10,3,57,50,43,36,29,22,15,8,62]
  42. [1,28,55,21,48,14,41,7,34,61,27,54,20,47,13,40,6,33,60,26,53,19,46,12,39,5,32,59,25,52,18,45,11,38,4,31,58,24,51,17,44,10,37,3,30,57,23,50,16,43,9,36,2,29,56,22,49,15,42,8,35,62]
  43. [1,45,28,11,55,38,21,4,48,31,14,58,41,24,7,51,34,17,61,44,27,10,54,37,20,3,47,30,13,57,40,23,6,50,33,16,60,43,26,9,53,36,19,2,46,29,12,56,39,22,5,49,32,15,59,42,25,8,52,35,18,62]
  44. [1,23,45,6,28,50,11,33,55,16,38,60,21,43,4,26,48,9,31,53,14,36,58,19,41,2,24,46,7,29,51,12,34,56,17,39,61,22,44,5,27,49,10,32,54,15,37,59,20,42,3,25,47,8,30,52,13,35,57,18,40,62]
  45. [1,12,23,34,45,56,6,17,28,39,50,61,11,22,33,44,55,5,16,27,38,49,60,10,21,32,43,54,4,15,26,37,48,59,9,20,31,42,53,3,14,25,36,47,58,8,19,30,41,52,2,13,24,35,46,57,7,18,29,40,51,62]
  46. [1,37,12,48,23,59,34,9,45,20,56,31,6,42,17,53,28,3,39,14,50,25,61,36,11,47,22,58,33,8,44,19,55,30,5,41,16,52,27,2,38,13,49,24,60,35,10,46,21,57,32,7,43,18,54,29,4,40,15,51,26,62]
  47. [1,19,37,55,12,30,48,5,23,41,59,16,34,52,9,27,45,2,20,38,56,13,31,49,6,24,42,60,17,35,53,10,28,46,3,21,39,57,14,32,50,7,25,43,61,18,36,54,11,29,47,4,22,40,58,15,33,51,8,26,44,62]
  48. [1,10,19,28,37,46,55,3,12,21,30,39,48,57,5,14,23,32,41,50,59,7,16,25,34,43,52,61,9,18,27,36,45,54,2,11,20,29,38,47,56,4,13,22,31,40,49,58,6,15,24,33,42,51,60,8,17,26,35,44,53,62]
  49. [1,36,10,45,19,54,28,2,37,11,46,20,55,29,3,38,12,47,21,56,30,4,39,13,48,22,57,31,5,40,14,49,23,58,32,6,41,15,50,24,59,33,7,42,16,51,25,60,34,8,43,17,52,26,61,35,9,44,18,53,27,62]
  50. [1,49,36,23,10,58,45,32,19,6,54,41,28,15,2,50,37,24,11,59,46,33,20,7,55,42,29,16,3,51,38,25,12,60,47,34,21,8,56,43,30,17,4,52,39,26,13,61,48,35,22,9,57,44,31,18,5,53,40,27,14,62]
  51. [1,25,49,12,36,60,23,47,10,34,58,21,45,8,32,56,19,43,6,30,54,17,41,4,28,52,15,39,2,26,50,13,37,61,24,48,11,35,59,22,46,9,33,57,20,44,7,31,55,18,42,5,29,53,16,40,3,27,51,14,38,62]
  52. [1,13,25,37,49,61,12,24,36,48,60,11,23,35,47,59,10,22,34,46,58,9,21,33,45,57,8,20,32,44,56,7,19,31,43,55,6,18,30,42,54,5,17,29,41,53,4,16,28,40,52,3,15,27,39,51,2,14,26,38,50,62]
  53. [1,7,13,19,25,31,37,43,49,55,61,6,12,18,24,30,36,42,48,54,60,5,11,17,23,29,35,41,47,53,59,4,10,16,22,28,34,40,46,52,58,3,9,15,21,27,33,39,45,51,57,2,8,14,20,26,32,38,44,50,56,62]
  54. [1,4,7,10,13,16,19,22,25,28,31,34,37,40,43,46,49,52,55,58,61,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57,60,2,5,8,11,14,17,20,23,26,29,32,35,38,41,44,47,50,53,56,59,62]
  55. [1,33,4,36,7,39,10,42,13,45,16,48,19,51,22,54,25,57,28,60,31,2,34,5,37,8,40,11,43,14,46,17,49,20,52,23,55,26,58,29,61,32,3,35,6,38,9,41,12,44,15,47,18,50,21,53,24,56,27,59,30,62]
  56. [1,17,33,49,4,20,36,52,7,23,39,55,10,26,42,58,13,29,45,61,16,32,48,3,19,35,51,6,22,38,54,9,25,41,57,12,28,44,60,15,31,47,2,18,34,50,5,21,37,53,8,24,40,56,11,27,43,59,14,30,46,62]
  57. [1,9,17,25,33,41,49,57,4,12,20,28,36,44,52,60,7,15,23,31,39,47,55,2,10,18,26,34,42,50,58,5,13,21,29,37,45,53,61,8,16,24,32,40,48,56,3,11,19,27,35,43,51,59,6,14,22,30,38,46,54,62]
  58. [1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62]
  59. [1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,47,49,51,53,55,57,59,61,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62]
  60. [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62]

64-card deck

Starting order:

[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64]

Shuffles:

  1. [1,33,2,34,3,35,4,36,5,37,6,38,7,39,8,40,9,41,10,42,11,43,12,44,13,45,14,46,15,47,16,48,17,49,18,50,19,51,20,52,21,53,22,54,23,55,24,56,25,57,26,58,27,59,28,60,29,61,30,62,31,63,32,64]
  2. [1,17,33,49,2,18,34,50,3,19,35,51,4,20,36,52,5,21,37,53,6,22,38,54,7,23,39,55,8,24,40,56,9,25,41,57,10,26,42,58,11,27,43,59,12,28,44,60,13,29,45,61,14,30,46,62,15,31,47,63,16,32,48,64]
  3. [1,9,17,25,33,41,49,57,2,10,18,26,34,42,50,58,3,11,19,27,35,43,51,59,4,12,20,28,36,44,52,60,5,13,21,29,37,45,53,61,6,14,22,30,38,46,54,62,7,15,23,31,39,47,55,63,8,16,24,32,40,48,56,64]
  4. [1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64]
  5. [1,3,5,7,9,11,13,15,17,19,21,23,25,27,29,31,33,35,37,39,41,43,45,47,49,51,53,55,57,59,61,63,2,4,6,8,10,12,14,16,18,20,22,24,26,28,30,32,34,36,38,40,42,44,46,48,50,52,54,56,58,60,62,64]
  6. [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64]
Copyright © 2012 Juli Mallett. Few, if any, rights reserved. Any reproduction to any person, living or dead, is purely allowed without limit.