I'm trying to show $$\sum ^{400}_{m=1}\binom{ 400-m }{ 3 }m \sim 8.5 \times 10^9\,,$$ but can't seem to find a binomial coefficient identiy.
2026-04-09 07:25:39.1775719539
On
Is there a formula for $\sum^{n}_{k=1}\binom{ n-k }{h }k$?
75 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
Let $a_k = \binom{k}a$ and $b_k=k$. What you want is $c_n=\sum_{k=0}^n a_kb_{n-k}$. There is a standard way to find this. We have that
$$A(x) = \sum_{k\geqslant a} \binom{k}a x^{k}=x^a\sum_{k\geqslant 0} \binom{k+a}a x^{k}= \frac{x^a}{(1-x)^{a+1}}$$
$$B(x) = \sum_{k\geqslant 0} k x^{k}=\frac x{(1-x)^2} $$
hence
$$C(x) = A(x)B(x) = \frac{x^{a+1}}{(1-x)^{a+3}}=x^{-1}\frac{x^{a+2}}{(1-x)^{a+3}}$$
so the general coefficient of $C$ is...?
Hint: Apply the Hockey Stick lemma twice.
Note: There might be indexing errors as it's late and I'm going to sleep, but you should be able to get the gist.
Yes, this generalizes and can be expressed as an identity.