Provide a combinatorial proof of the identity $$\sum_{k = 0}^n \frac{1}{k + 1}{n \choose k} = \frac{2^{n + 1} - 1}{n + 1}$$
My Proof
I was able to demonstrate combinatorially that \begin{align} 2^{n + 1} - 1 &= \sum_{k = 0}^n {{n + 1} \choose k} \tag{1}\\ (n + 1){n \choose k} &= (k + 1){{n + 1} \choose {k + 1}} \tag{2} \end{align}
Following from $(1)$ and $(2)$, the theorem to be proven is equivalent to \begin{multline*} \sum_{k = 0}^n \frac{n + 1}{k + 1}{n \choose k} = 2^{n + 1} - 1 \iff \sum_{k = 0}^n {{n + 1} \choose {k + 1}} = \sum_{k = 0}^n {{n + 1} \choose k}\\ \iff {{n+1} \choose {n + 1}} + \sum_{k = 1}^n {{n + 1} \choose k} = {{n + 1} \choose 0} + \sum_{k = 1}^n {{n + 1} \choose k} \iff \sum_{k = 1}^n {{n + 1} \choose k} = \sum_{k = 1}^n {{n + 1} \choose k} \end{multline*}
It hence holds that $$\boxed{\sum_{k = 0}^n \frac{1}{k + 1}{n \choose k} = \frac{2^{n + 1} - 1}{n + 1}}$$
My Question
Is there combinatorial proof that involves no algebraic manipulation whatsoever? I ask this because I am particularly interested in how we can interpret division combinatorially.