Let $H:=\{2,3,4,\dots,n+1\}$. Show that $$\sum_{\emptyset \neq S\subset H}\prod_{i\in S}\frac{1}{i}=n/2.$$ For example, with $n=3$, we have $\frac{1}{2}+\frac{1}{3}+\frac{1}{4}+\frac{1}{2\cdot 3}+\frac{1}{2\cdot 4}+\frac{1}{3\cdot 4}+\frac{1}{2\cdot 3\cdot 4}=\frac{3}{2}.$
I tried induction but it leads to too many terms to deal with for the inductive hypothesis. How do I prove this, with induction or otherwise?