1

My question is whether there is a simple criteria to determine whether n divides C(n,r). For example if n is prime or more generally, g.c.d of n and r equals 1 , then n divides C(n,r).A naive method is to compute C(n,r) mod n. is there any simpler way without evaluating C(n,r) mod n .

0 Answers0