I want to justificate following equation:
$$\sum_{k=0}^n \frac{(-1)^k}{k!(n-k)!}\frac{1}{2k+1} = \frac{2^n}{(2n+1)!!}$$
I calculated the both sides for $n$ from 1 to 10 and it was true. How the mathematical induction can be applied to this equation? Or is there other way to justificate it?
Do you strictly need to use induction? You may simply notice that
$$ \sum_{k=0}^{n}\frac{(-1)^k}{k!(n-k)!}\cdot\frac{1}{2k+1}=\frac{1}{n!}\int_{0}^{1}\sum_{k=0}^{n}\binom{n}{k}(-x^2)^k\,dx=\frac{1}{n!}\int_{0}^{1}(1-x^2)^n\,dx $$ and recall that $\int_{0}^{\pi/2}\left(\sin\theta\right)^{2n+1}\,d\theta = \frac{4^n}{(2n+1)\binom{2n}{n}}$ holds by integration by parts.