Find all pairs of positive integers (j,k) such that ${{n \choose j} \choose {k}}=a{{n+b} \choose {c}}.$ I think that the LHS simplifies to ${n \choose j}{j \choose k},$ but I am confused as to what to do from there. Can anyone give me a solution, because it has been eluding me for 3 days now.
2026-03-29 03:52:47.1774756367
On
Weird Combination question a friend gave me
68 Views Asked by user617664 https://math.techqa.club/user/user617664/detail At
2
There are 2 best solutions below
0
On
LHS is $${{n \choose j} \choose k}$$ which simplifies to: $$\frac{{n \choose j}!}{{}({n \choose j}-k)!) \cdot k!}$$ or to $$\frac{\frac{n!}{(n-k)! \cdot k!}}{(\frac{n!}{(n-k)! \cdot k!}-k!)\cdot k!}$$
This is not equal to $${n \choose j}{j \choose k}$$
RHS is $$a\cdot {{n+b} \choose c}$$ $$=a\cdot \frac{(n+b)!}{(n+b-c)!\cdot c!}$$
Now you might want to compare both sides, but it is difficult since there are many un-knowns.
So, try fixing $j$ and $k$ and find integral solutions for others.
I interpret the question as follows:
Let's take the form of the binomial as a falling power: $$\binom{x}{y} = \frac{x^\underline{y}}{y!} = \frac{1}{y!} \prod_{i=0}^{y-1} (x-i)$$
We see firstly that it's a polynomial in $x$ of degree $y$. So $\binom{\binom{n}{j}}{k}$ is a polynomial in $n$ of degree $jk$, $a\binom{n+b}{c}$ is a polynomial in $n$ of degree $c$, and we have $$c = jk$$
Secondly, the leading coefficient is $\frac{1}{y!}$. Therefore the leading term of $\binom{\binom{n}{j}}{k}$ is $\frac{1}{k!} (\frac{1}{j!}n^j)^k$ with leading coefficient $\frac{1}{j!^k k!}$; and the leading coefficient of $a\binom{n+b}{c}$ is $\frac{a}{c!}$. Hence $$a = \frac{c!}{j!^k k!} = \frac{(jk)!}{j!^k k!}$$
Now, if $j$ or $k$ is $0$ then $c$ is zero, and vice versa; these special cases are almost trivial, and I leave it as an exercise to show that if $j$ or $k$ is $0$ then there are values of $a$ and $b$ which work.
Henceforth I assume $j > 0, k > 0$. Then $$\binom{x}{y} = \frac{1}{y!} x \prod_{i=1}^{y-1} (x-i)$$ has lowest term $ \frac{(-1)^{y-1}(y-1)!}{y!}x = \frac{(-1)^{y-1}}{y}x$.
For the LHS we have lowest term $\frac{(-1)^{k-1}}{k} \frac{(-1)^{j-1}}{j}n = \frac{(-1)^{j+k}}{jk} n$ by applying that twice.
The RHS is $\frac{a}{c!} \prod_{i=0}^{c-1} (n+b-i)$ which will have a constant term $\frac{a}{c!} \prod_{i=0}^{c-1} (b-i) = a\binom{b}{c}$. The LHS is non-zero, so $a \neq 0$, so we require $\binom{b}{c} = 0$, or $b < c$. Then the lowest term will be the term in $n^1$, which is $\frac{a}{c!} n \prod_{0 \le i < c, i \neq b} (b-i)$ $= \frac{a}{c!} \prod_{0 \le i < b} (b-i) \prod_{b < i < c} (b-i) n$ $= \frac{a}{c!} b! (-1)^{c-b-1}(c-b-1)!n$
Therefore $$\frac{(-1)^{j+k}}{jk} = \frac{(-1)^{c-b-1}a(b!) (c-b-1)!}{c!}$$ and substituting known values for $c$ and a$ and rearranging we get
$$(-1)^{j+k}j!^{k-1}(j-1)!(k-1)! = (-1)^{jk-b-1}(b!)(jk-b-1)!$$
Note that the left of this has no prime factors greater than $\max(j,k-1)$, whereas the right has all primes up to $\max(b, jk-b-1) \ge \frac{jk-1}{2}$. Now Bertrand's postulate that for every $n > 1$ there is a prime $n<p<2n$ gives some very tight constraints on $j$ and $k$: $\frac{jk-1}{2} < 2\max(j,k-1)$, or $(jk < 4j + 1) \vee (jk < 4k-3)$, so $k \le 4$ or $j < 4$, giving 7 cases to analyse individually.
There is a strengthened version of Bertrand's postulate due to Hanson (Canad. Math. Bull. Vol 16 (2), 1973) which will be useful:
Applied to $n=k+1$ we have that $\frac{(2k)!}{k!}$ contains a prime divisor greater than $\frac32 k$ unless $k \in \{2,5\}$. By considering the first of those cases we can state that $\frac{(2k)!}{k!}$ contains a prime divisor $p \ge \frac32 k$ unless $k = 5$. Then a fortiori, $(2k)!$ contains a prime divisor $p \ge \frac32 k$ unless $k = 5$, and $k!$ contains a prime divisor $p \ge \frac32 \left\lfloor \frac{k}2\right\rfloor$ unless $k = 10$.
Alternatively, weakening slightly to remove the exceptional case, $k!$ contains a prime divisor $p \ge \frac75 \left\lfloor \frac{k}2\right\rfloor$.
For the other five cases ($j \in \{2,3\}, k > 1$ and $k \in \{2,3,4\}, j > 1$) let's consider the coefficient of $n^{jk-1}$.
$\binom{x}{y} = \frac{1}{y!} \prod_{i=0}^{y-1} (x-i) = \frac{1}{y!} \left(x^y - \frac{(y-1)y}{2}x^{y-1} + \cdots + (-1)^{y-1}(y-1)!x \right)$
So for LHS we get $\frac{1}{k!} \left(x^k - \frac{(k-1)k}{2}x^{k-1} + \cdots\right)$ with $x=\left(\frac{1}{j!} \left(n^j - \frac{(j-1)j}{2}n^{j-1} + \cdots\right)\right)$
$$\frac{1}{k!} \left( \frac{1}{j!^k} \left(n^j - \frac{(j-1)j}{2}n^{j-1} + \cdots\right)^k - \frac{(k-1)k}{2j!^{k-1}}\left(n^j - \frac{(j-1)j}{2}n^{j-1} + \cdots\right)^{k-1} + \cdots\right)$$
If $j > 1$, $j(k-1)<jk-1$ and we can simplify to $$\frac{1}{k!} \left(\frac{1}{j!^k} \left(n^j - \frac{(j-1)j}{2}n^{j-1} + \cdots\right)^k + \cdots\right)$$ with second term $$\frac{1}{k!} \frac{1}{j!^k} \binom{k}{1} n^{j(k-1)} \left(- \frac{(j-1)j}{2}n^{j-1}\right) = \frac{-(j-1)j}{2(j!^k) (k-1)!} n^{jk-1}$$
On RHS we have $\frac{a}{c!} \prod_{i=0}^{c-1} (n+b-i) = \frac{a}{c!} \left(n^c + \left(\sum_{i=0}^{c-1} b-i\right)n^{c-1} + \cdots\right) = \frac{a}{c!} \left(n^c + \left(bc - \frac{(c-1)c}{2}\right)n^{c-1} + \cdots\right)$. So equating the second coefficients we get $$\frac{-(j-1)j}{2(j!^k) (k-1)!} = \frac{a}{c!}\left( bc - \frac{(c-1)c}{2}\right) = \frac{a(2b-c+1)}{2(c-1)!} = \frac{(2b-jk+1)}{2(jk-1)!} \frac{(jk)!}{j!^k k!}$$ or $$b = \frac{j(k-1)}{2}$$
So:
In summary, we have solutions when $\{j, k\} \cap \{0, 1\} \neq \emptyset \vee j=k=2$.