In the previous questions I've proved that $(1+i)^{2n+1}=a_n+ib_n$ where $a_n$ and $b_n$ are $\pm 2^n$ and that $(1-i)^{2n+1}=a_n - ib_n$ and that $|P_n(1)|=2^n$ using the previous statements. But now I need to show that the polynomial $P_n(X)=\frac{(X+i)^{2n+1} - (X - i)^{2n+1}}{2i}$ is of degree $2n$, even (the coefficient in front of $X^n$ is non-zero only when $n$ is even, with real coefficients, and with $2n+1$ as a dominant coefficient, using the binomial coefficient formula.
I also need to show that the coefficient $X^{2n-2}$ in $P_n$ is $\frac{n(1-2n)(1+2n)}{3}$.
I developed $(X+i)^{2n+1}$ and I get $X^{2n+1}+(2n+1)X^{2n}i-\frac{(2n+1)(2n)}{2}X^{2n-1}+...+(2n+1)X(-1)^n+(-1)^{n+1}$
When I develop $(X-i)^{2n+1}$ I get $X^{2n+1}+(2n+1)X^{2n}i-\frac{(2n+1)(2n)}{2}X^{2n-1}+...+(2n+1)X(-1)^n+(-1)^{n+1}$, so the same thing.
So obviously when I subtract the two parts I get $0$ which won't let me prove the properties. Where is my mistake ? Do I use the binomial coefficient the wrong way ?
EDIT: I think I have made a mistake in the second development, the second term should has a + sign when the subtraction is made so I get $\frac{2(2n+1)X^{2n}i}{2i} = (2n+1)X^{2n}$
How do I show it is even though ? Is the end result enough to show this property?
In the expansion $$(X+i)^{2n+1} - (X - i)^{2n+1}=\sum_{k=0}^{2n+1}\binom{2n+1}{k}X^ki^{2n+1-k}- \sum_{k=0}^{2n+1}\binom{2n+1}{k}X^k(-i)^{2n+1-k}$$ the terms such that $2n+1-k$ is even, i.e. k is odd, cancel pairwise, so there remains the terms with $k=2\ell+1\enspace (0\le \ell\le n)$, and the final expansion is \begin{align}(X+i)^{2n+1} &- (X - i)^{2n+1}=\sum_{\ell=0}^{n}\binom{2n+1}{2\ell} X^{2\ell}2\,i^{2(n-\ell)}\\ &=2\sum_{\ell=0}^{n}\binom{2n+1}{2\ell} X^{2\ell}(-1)^{n-\ell}. \end{align}