Let $P_{n,k}$ be the $k$-th number of the Pascal's triangle on the $n$-th row, that is $P_{n,k} = \binom {n-1}{k-1}$
For example, $(P_{3,1},P_{3,2},P_{3,3})=(1,2,1)$.
I have noticed through random computations that the following integrals seems to be all equal to $\pi$ (up to a rational).
So I strongly believe that:
$$\forall n\geqslant2, \quad \exists r_n\in \mathbb{Q}, \quad r_n\pi = \displaystyle\int_{\mathbb{R}^+} \frac{x^2}{\sqrt{\displaystyle\sum_{k=1}^{n+1}P_{2n,k}\cdot x^{2k-2}}} \ \mathrm{d}x.$$
My question is:
Is there a way to find an express $r_n$ for all $n$ ? Is this a known sequence ?
The first values are :
$$r_2=\frac 14, r_3=\frac 18, r_4=\frac 1{16},r_5=\frac 5{256}.$$