I needed to calculate (26! / (12!(26-12)!))*(12-1)!!
Since Python doesn’t have a double factorial, this worked. Any guesses on what this calculation is?

Since Python doesn’t have a double factorial, this worked. Any guesses on what this calculation is?
