MathDB
Sum of Binomial Coefficient Products is Divisible by 89

Source:

September 7, 2024
binomial coefficientscombinatoricsnumber theory2024

Problem Statement

Let =1\ell = 1, M=23M = 23, N=45N = 45, and u=67u = 67. Compute the number of ordered pairs of nonnegative integers (X,Y)(X, Y) with XMX \leq M - \ell and YN+uY \leq N + u such that the sum k=u(X+kM)(YkN) \sum_{k=\ell}^{u} \binom{X + k}{M}\cdot\binom{Y - k}{N} is divisible by 8989 (for integers aa and bb, define the binomial coefficient (ab)\tbinom{a}{b} to be the number of bb-element subsets of any given aa-element set, which is 00 when a<0a < 0, b<0b < 0, or b>ab > a).