With the $C_n^k$ formula, I managed to optimize it for finding very big numbers such as $C_{7130}^{7125}$ rather quickly. I could have used GMP or Ruby because unsigned long don't hold a lot of values, but here is my question:
Are there applications where people need to compute such numbers ? Because the plain factorial methods can be quite long compared to my method...