I am studying a formula that I came across in my research, which is given by:
$$\binom{T}{B}= \frac{1}{T-B}\sum_{\ell=1}^{\infty} \binom{T + \ell - 1}{B - 1} \left(1 - \frac{B}{T} \right)^\ell \cdot \ell$$
I have checked this equation numerically and found it to be accurate, and I want to clarify that the right-hand side of this formula is not an expectation with respect to $\ell$, but I am having difficulty understanding its meaning and how it was derived.
I have tried searching for possible generating functions or discrete probability distributions that might be related to this formula, but so far, I have not been successful.
Any help or clarification would be greatly appreciated. Thank you.
Here is a two-step approach. At first we transform the identity into an equivalent one which contains a finite sum only. We use the coefficient of operator $[z^n]$ to denote the coefficient of $z^n$ of a series. This way we can write for instance \begin{align*} [z^k](1+z)^n=\binom{n}{k}\tag{1} \end{align*}
Since \begin{align*} \binom{T}{B}=\binom{T}{T-B}=\frac{T}{T-B}\binom{T-1}{T-B-1}=\frac{T}{T-B}\binom{T-1}{B} \end{align*} we want to show \begin{align*} \color{blue}{T\binom{T-1}{B}=\sum_{l=1}^{\infty}\binom{T+l-1}{B-1}\left(1-\frac{B}{T}\right)^ll}\tag{2} \end{align*}
Putting $\alpha:=1-\frac{B}{T}$ the right-hand side of (2) can be written as>
Comment:
In (4.1) we use the coefficient of operator according to (1).
In (4.2) we use the binomial series expansion.
In (4.3) we use the binomial identity $\binom{-p}{q}=\binom{p+q-1}{q}(-1)^q$.
In (4.4) we multiply out the series.
In (4.5) we select the coefficient of $z^{B-1}$.
In (4.6) we shift the index $j$ by 1 and start with $j=1$.
Now in a second step we can considerably simplify the right-hand sum of (5). Putting $z:=\frac{T}{B}-1$ we obtain
Comment:
In (6.1) we change the order of summation $j\to B-j$.
In (6.2) we use the binomial identity $\binom{p}{q}=\frac{p}{q}\binom{p-1}{q-1}$.
In (6.3) we use $\binom{p}{q}=\binom{p-1}{q}+\binom{p-1}{q-1}$.
In (6.4) we shift the index of the middle sum by starting with $j=0$.
In (6.5) we observe the factor in front of the sum is zero. :-) \begin{align*} B-(T-B)\frac{1}{z}&=B-(T-B)\left(\frac{T}{B}-1\right)^{-1}\\ &=B-(T-B)\frac{B}{T-B}=0 \end{align*}