When selecting $r$ shoes from $n$ pairs of shoes, the probability that there are exactly $k$ matching pairs amongst the $r$ selected shoes is given by $$ \mathfrak{p}_{n}^{(r)}: \left\{0, \ldots, \left\lfloor\frac{r}{2}\right\rfloor\right\} \to [0,1], \ k \mapsto \binom{n}{k} \binom{n - k}{r - 2k} 2^{r - 2k} \binom{2n}{n}^{-1}, $$ where $r \le n$ and $r, n \in \mathbb{N}$, as detailed i.e. here.
Upon stumbling about this post I wondered if $\mathfrak{p}$ is a PMF and what its expected value, etc. are and if it can be characterised by any off the "standard" probability distributions.
Concretely, I want to
Verify $ \sum_{k = 0}^{\left\lfloor\frac{r}{2}\right\rfloor} \mathfrak{p}_{n}^{(r)} = 1, $ which is equivalent to $$ \sum_{k = 0}^{\left\lfloor\frac{r}{2}\right\rfloor}\binom{n}{k} \binom{n - k}{r - 2k} 2^{r - 2k} = \binom{2n}{r}. $$
Find $$ \mathbb{E}[X] = \sum_{k = 0}^{\left\lfloor\frac{r}{2}\right\rfloor} \frac{k \cdot \binom{n}{k} \binom{n - k}{r - 2k} 2^{r - 2k}}{\binom{2n}{r}}, $$ where $X \sim P$ and $P$ is the distribution induced by the PMF $\mathfrak{p}_{n}^{(r)}$.
Unfortunately, the above mentioned post didn't really help me since I want to to solve / calculate those in an elementary fashion, without generating functions or integrals (I am aware an able to use the probabilty generating function, though).