Is it possible to simplify the below sum? or maybe find a nice closed form (or asymptotics)?
$$2\sum_{n = 0}^{m - 1}(-1)^n\zeta(4m - 2n + 1)\zeta(2n + 2)$$
I am very much aware about even values of Riemann zeta (Euler's formula in terms of Bernoulli numbers) and that would definitely give us a nice closed form for the term $\zeta(2n + 2)$, but what about the term $\zeta(4m - 2n + 1)$? This seems too complicated to simplify simply because we know very little about the odd values of Riemann zeta. However I'm not familiar with other closed forms for $\zeta(2n + 1)$, so I cannot say for sure that the sum can't be simplified more.
Out of curiosity: Can we simplify or find a closed form for the product of even zeta and odd zeta that is $\zeta(2n + 1)\zeta(2n)$? Or can we get a nice closed form for $\zeta(4m + 3)$?
Thanks.
EDIT $\textbf{1}$: @Claude Leibovici, in his answer claims that
If $m$ is even and large then
$$ 2\sum_{n = 0}^{m - 1}(-1)^n\,\zeta(4m - 2n + 1)\,\zeta(2n + 2) \approx \pi \coth (\pi )-2 \tag{1}\label{1}$$
and if $m$ is odd then $$2\sum_{n = 0}^{m - 1}(-1)^n\,\zeta(4m - 2n + 1)\,\zeta(2n + 2) \approx \pi \coth (\pi ) \tag{2}\label{2}$$
However, I have no idea on how to prove $\eqref{1}$ and $\eqref{2}$, so proving $\eqref{1}$ and $\eqref{2}$ (probably using some elementary tools) is sufficient for answering the question completely. Thanks.