Let $S =^nC_1 - (1+\frac{1}{2}) ^nC_2 + (1+\frac{1}{2}+\frac{1}{3}) ^nC_3 + … (-1)^{n-1}(1+\frac{1}{2}+\frac{1}{3}+\frac{1}{4}+...\frac{1}{n}) (^nC_n)$ I have to prove that $S = \frac{1}{n}$, I thought of writing the general term like this,
$T_r=(-1)^{r-1}(1+\frac{1}{2}+\frac{1}{3}+\frac{1}{4}+...\frac{1}{r}) (^nC_r)$ and then multiplying each term by $^nC_r$ and then take sum of each, but that led me nowhere. I tried the reversal method too, but the terms weren't adding up. I want to know if there is a easy way of doing this. Thanks.
$$S_n=\sum_{k=0}^n (-1)^k H_k {n \choose k}, H_k=1+1/2+1/3+....+1/k$$ $$H_k=\int_{0}^1 \frac{t^{k}-1}{t-1} dt$$ Then $$S_n=\int_{0}^{1} \frac{dt}{t-1}\sum_{k=0}^n(-1)^k {n \choose k}(t^{k}-1)$$ $$S_n=\int_{0}^{1} \frac{dt}{t-1}\sum_{k=0}^n \left((-1)^k {n \choose k}(t^{k}-1)\right)$$ $$\int_{0}^{1} \frac{dt}{(t-1)} [(1-t)^{n}-0]=-\int_{0}^{1}(1-t)^{n-1}dt=\frac{1}{n}$$