0

Trying to find a closed form expression for the following sum, or an asymptotic expression in terms of well known functions (like the Gamma function, for instance).

Let $m,n$ be positive integers such that $2 \leq m < n$. Estimate the sum $$ \sum_{j=1}^m (-1)^j \binom m j \frac{\log(n-j)}{j} $$

where $\log$ stands for the natural logarithm. Thanks for any help.

flag
What you've written looks like an assignment question, though I could be wrong. – David Roberts Oct 18 at 6:04
1 
Similar problem posted to m.se with identical title a few days ago: math.stackexchange.com/questions/211449/… – Gerry Myerson Oct 18 at 6:34
I posted a similar problem on stackexchange, but that was a different problem and easier in that I have an answer in that case. The problem on stackexchange posted a few days ago was this: find a closed form expression for: $\sum_{j=1}^m (-1)^j \binom m j \log(1 - j/n)$. Notice the missing $1/j$ term in the sum. The answer is an asmptotic expression involving the $\Gamma$ function. – krishnan.shankar Oct 18 at 14:13

1 Answer

2

As $n \to \infty$ for fixed $m$, $$\log(n-j) = \log(n) + \log(1-j/n) = \log(n) - j/n + O(1/n^2)$$ Since $\sum_{j=1}^m (-1)^j {m \choose j} \frac{1}{j} = -\Psi(m+1)-\gamma$ and $\sum_{j=1}^m (-1)^j {m \choose j} = -1$, your sum is $-(\Psi(m+1)+\gamma) \log(n) + \dfrac{1}{n} + O\left( \dfrac{1}{n^2} \right) $.

link|flag
1 
Yes, but fixed $m$ is the easiest case and Krishnan didn't specify that $m$ is fixed. It is a lot more challenging if $m,n$ both go to infinity. Try $n=m+1$. – Brendan McKay Oct 18 at 8:55

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.