I'm hoping for a nice and simple closed form for the sum $$\sum_{k=0}^{n}2^k\binom{2n+1}{2k}.$$ Searching this site I found many nondescript titles but no duplicates, though I wouldn't be surprised if this has been asked before.
EDIT: Both answers answer my question perfectly, and made me realise that I asked the wrong question. So if possible, I'm looking for a closed form in terms of only $n$ and rational numbers, if that makes sense.
Write $\mathbf{1}_{\{p\}}$ for the function which takes values $1$ when $p$ is true and $0$ when $p$ is false. Then
\begin{align*} \sum_{k=0}^{n} \binom{2n+1}{2k} x^k &= \sum_{j=0}^{2n+1} \binom{2n+1}{j} x^{j/2} \mathbf{1}_{\{\text{$j$ is even}\}} \\ &= \sum_{j=0}^{2n+1} \binom{2n+1}{j} x^{j/2} \cdot \frac{1 + (-1)^j}{2} \\ &= \frac{(1+x^{1/2})^{2n+1} + (1-x^{1/2})^{2n+1}}{2}. \end{align*}
Here is a good exercise for this line of reasoning: