$\sum\limits_{r=0}^n \binom{n-r}{r}x^r=\sum\limits_{r=0}^{\lfloor n/2\rfloor} \binom{n-r}{r}x^r$
I need its closed form for a probability problem. I know about the case where $x=1$. It's the sum of the shallow diagonals of the Pascal's triangle and it equals $(n+1)^{\texttt{th}}$ number in the Fibonacci sequence.
$\sum\limits_{r=0}^{\lfloor n/2\rfloor} \binom{n-r}{r}=\frac{\phi^{n+1}-\varphi^{n+1}}{\sqrt 5}$
Here, $\phi$ and $\varphi$ are the positive and negative roots of the equation $x^2-x-1=0$ respectively.
Working after @Greg Martin's comment $$t=\sqrt {4x+1}~\implies~ U_n=\frac{ (1+t)^{n+1}-2 (1-t)^{n+1}}{2^{n+1}\,\,t}$$