$$\sum_{B = 0}^{n-1} \sum_{A = 0}^{n-B-1} \frac{(n-1)!}{B!(n-B-1)!} \frac{(n-B-1)!}{A!(n-B-A-1)!} \frac{A}{A+B+1}$$
This is driving me nuts! Is there anyway to reduce
$$\sum_{B = 0}^{n-1} \sum_{A = 0}^{n-B-1} \frac{(n-1)!}{A!B!(n-A-B-1)!} \frac{A}{A+B+1}$$
beyond
$$\sum_{B = 0}^{n-1} \sum_{A = 0}^{n-B-1} \frac{(n-1)!}{(A-1)!B!(n-A-B-1)!} \frac{1}{A+B+1}$$
I can't figure out how to deal with that $\frac{1}{A+B+1}$ term in any way that brings it inside the $\frac{1}{n-A-B-1}$ term. Is this not possible?
Comment:
In (1) we use the integral to get rid of the denominator. We also start the inner sum with $A=1$.
In (2) we use the binomial identity $\binom{p}{q}=\binom{p-1}{q-1}\frac{p}{q}$.
In (3) we shift the index of the inner sum to start with $A=0$.
In (4) we apply the binomial theorem.
In (5) we use the binomial identity $\binom{p}{q}=\binom{p-1}{p-q-1}\frac{p}{p-q}$.
In (6) we use again the binomial theorem.
In (7) we substitute $1+2z=u, 2dz=du$.