Problem 365: A huge binomial coefficient

FCC link

The binomial coefficient C(1018,109) is a number with more than 9 billion (9×109) digits.

Let M(n,k,m) denote the binomial coefficient C(n,k) modulo m.

Calculate ∑M(1018,109,p_q_r) for 1000<p<q<r<5000 and p,q,r prime.

Test

{{test}}

Console output