I was working on a summation and it was simplified to $$ \sum_{i = 1}^{n}H_{k - i} - \sum_{i = n + 1}^{i = 2n - 1} H_{k - i}\quad\mbox{where}\quad H_{n} = \sum_{k = 1}^{n}{1 \over k}\quad\mbox{where}\quad k = 2n $$
- I tried using ${\tt Mathematica}$ to simplify this but unable to.
- I also tried manually simplifying this by I can't come to a decent upper bound on this.
- Does someone have any hints ?.
- Edit1: The above equation simplifies to $\log\left(\left(2n\right)!/\left(n!\, n!\right)\right)$. I am unable to understand $\qquad\,$ how to tightly bound this above and below.
- Edit2: @Jack pointed out that I made a mistake in simplification.