int choose(int n, int k)
Calculate binomial koefficient n choose k .
This is equvivalent to n !/(k !*(n -k )!).