I am encountering a particular sum involving binomial coefficients, and I am looking for a possible closed-form solution. Here is the sum: suppose we are given two real numbers $a \in (0,1)$ and $b \in (0,1)$, and a positive integer $N \in \mathbb{N}$. The sum is \begin{equation} f(N,a,b) = \sum_{i=1}^N \cfrac{\binom{a}{2i-1}}{2i} \binom{2i}{i} b^i. \end{equation}
Here, since $a \in (0,1)$, we have $\binom{a}{2i-1}=\frac{a(a-1)\cdot\cdot\cdot(a-(2i-1)+1)}{(2i-1)(2i-2)\cdot\cdot\cdot2 \cdot 1}$. Thanks a lot for your help.


Hint. Note that $$ \frac{\binom{a}{2i-1}}{2i}\binom{2i}{i}=\frac{a!(2i)!}{2i (2i-1)! (a-2i+1)!i!i!}=\frac{(a+1)!}{i!i! (a-2i+1)!(a+1)} $$ and also $$ (1+1+b)^{a+1}=\sum_{0\le i,j\le a+1}\frac{(a+1)!}{i!j!(a+1-i-j)!}b^{j}. $$