I have this expression.
$$ \tag{1} \sum_{i=0}^q\color{red}{(-1)^i\binom{2q+1-i}{i}2^{2q+1-2i}} \frac{1}{2^{N+2q-2i+1}}\binom{N+2q-2i+1}{\frac{N+1}{2}+q-i} $$
I want to express this with the hypergeometric function ${_2F_1}$, but I don't know if it is possible, so this might just be a wild goose chase.
Some insight:
The red part is the coefficients of the Chebyshev Polynomials of the second kind. And apparently Chebyshev Polynomial can be expressed with ${_2F_1}$, i.e.,
$$ U_n(x) = (n+1)\times {_2F_1}\left(-n,n+2;\frac{3}{2};\frac{1}{2}(1-x)\right). $$
This is why I wondered if (1) can be expressed with ${_2F_1}(m,a;b;f)$ as well.
This is the first time I am trying to use hypergeometric functions, but from what I gathered $m=-q$. Then, I tried to make my expression look like the ${_2F_1}$ expression in Wikipedia, i.e., $$ {_2F_1}(-m, a;b;f) = \sum_{i=0}^{m}(-1)^i\binom{m}{i}\frac{(a)_i}{(b)_i}f^i. $$
The only part I managed to do something was the first binomial term, i.e.,
$$ \binom{2q+1-i}{i} = \frac{(2q-2i+2)_i}{(q-i)_i}\binom{q}{i}. $$
I tried to do something with the second binomial as well. I used
$$ \binom{2z}{z} = \frac{2^{2z}}{\sqrt{\pi}}\frac{\Gamma(z+\frac{1}{2})}{\Gamma(z+1)}. $$
This was kind of nice to get rid of the $\exp_2(-N-2q+2i-1)$ term but I couldn't proceed any further.
So, my question is
- Is it possible to express this with ${_2F_1}$?
- If it is, how should I proceed?
I appreciate any input, as this is literally the first time I started learning about ${_2F_1}$. And if (1) can be expressed with ${_2F_1}$, apparently taking the derivative would be neater so this is not just about trying to find a good closed form expression.
Thanks in advance!