Project Euler Problem 15

>>> from scipy.special import comb
>>> comb(40, 20, exact=True)