I got stuck on this problem and would appreciate if someone could give me a hint or, maybe even better, a complete solution of it, and it goes like this:
While doing some sums I arrived at the polynomial of degree $n+1$ which is of the following form:
$\sum_{k=0}^{[(n+1)/2]}(w_0)^k{n+1 \choose 2k}(x+a)^{n+1-2k}$, where $[(n+1)/2]$ is the integer part of $(n+1)/2$, and $w_0$ and $a$ are constants.
Now, I would like to write it in its "standard form", i.e. in the form $p_{n+1}(x)=\sum_{i=0}^{n+1}b_ix^i$, so the problem is to find coefficients $b_i$, $i=0,1,...,n+1$ as a function of $n,w_0,a$, in other words, is there any known general method for calculating $b_i=f_i(n,w_0,a)$?
EDIT: I forgot to mention that in this problem I have $w_0<0$ (because somehow this fact doesn`t seem crucial for this problem, at least for me).