I want to prove that $$ \sum_{k=0}^{j} \binom{2j+1}{k+j+1} \ \frac{(-1)^k}{2k+1}=2^{2j-1}\ B(j+1,1/2),$$
where $B(\cdot , \cdot)$ is the beta function.
My idea was to change it to something like my previous question.
Edit 1.It follows from the absorption formula that $$ \binom{2j+1}{k+j+1} = \frac{(2j+1)(2j) \ldots(j+2)(j+1)}{(k+j+1)(k+j) \ldots(k+2)(k+1)} \binom{j}{k}.$$ How can I go further with this binomial series?
Edit 2. This sum is going to diverge very fast as $j \to \infty,$ so I guess something like $\binom{2j}{j}$ inolves.
Edit 3. Due to $(-1)^k$, we have got lots of cancellations, which makes the series to be controlled.
Edit 4. The problem still open.
Edit 5. [Getting some progress] Consider two polynomials $$p_j(t):= \sum_{k=0}^{j} \binom{2j+1}{k+j+1} (-t)^k \ \, \text{and} \ \ q_j(t):=4^j \ (1-t)^{j}.$$
To prove our guess, it suffices to show that $$ \color{red}{\int_0^1 t^{-1/2} \, p_j(t) \, dt = \int_0^1 t^{-1/2} \, q_j(t) \, dt} \tag{*}$$ since $$ \begin{align} \sum_{k=0}^{j} \binom{2j+1}{k+j+1} \ \frac{(-1)^k}{2k+1} & = \sum_{k=0}^{j} \binom{2j+1}{k+j+1} (-1)^k \int_0^1 \frac{1}{2} t^{k-1/2} \, dt \\ & = \frac{1}{2} \int_0^1 t^{-1/2} \, p_j(t) \, dt \, , \end{align} $$ and $$ \frac{1}{2} \int_0^1 t^{-1/2} \, q_j(t) \, dt= 2^{2j-1}\ B(j+1,\frac{1}{2}).$$ I guess we can use induction since for $j=1$, we have $$ \int_0^1 t^{-1/2} \, (3-t) \, dx = \int_0^1 t^{-1/2} \, 4(1-t) \, dt = 16/3.$$