I. Intro
While trying to solve this post about the function,
$$F(k)=\sum_{n=0}^{\infty}{2n+3\choose n+1} \left(\frac{1}{2^n}\cdot\frac{3}{2n+1}\right)^k$$
for $k=3$, I found out Mathematica can evaluate this in closed-form for general $k$ using the generalized hypergeometric function. Specifically, for $k=3,4$, it involves Catalan's constant $G$ and the "similar" Gieseking's constant $H$,
$$G = \text{Cl}_2\big(\tfrac{\pi}2\big)=\sum_{n=0}^\infty\left(\frac1{(4n+1)^2}-\frac1{(4n+3)^2}\right)=0.91596\dots$$
$$H = \text{Cl}_2\big(\tfrac{\pi}3\big)=\frac{3\sqrt3}4\sum_{n=0}^\infty\left(\frac1{(3n+1)^2}-\frac1{(3n+2)^2}\right)=1.01494\dots$$
with Clausen's integral $\text{Cl}_2(\theta)$.
II. Examples
$$\sum_{n=0}^{\infty}{2n+3\choose n+1} \left(\frac{1}{2^n}\cdot\frac{3}{2n+1}\right)^3=248-128\sqrt2-30\sqrt2\pi+144\alpha$$ $$\sum_{n=0}^{\infty}{2n+3\choose n+1} \left(\frac{1}{2^n}\cdot\frac{3}{2n+1}\right)^4=-1424+720\sqrt3+112\pi+14\pi^3-360H$$
where,
$$\alpha=\,_3F_2\left(\tfrac12,\tfrac12,\tfrac12;\tfrac32,\tfrac32;\color{red}{\tfrac12}\right) = \frac{4G+\pi\ln2}{4\sqrt2}$$
$$H=\,_3F_2\left(\tfrac12,\tfrac12,\tfrac12;\tfrac32,\tfrac32;\color{red}{\tfrac14}\right) =\text{Cl}_2\big(\tfrac{\pi}3\big)$$
III. Notes
- The constants $G$ and $H$ seem to share certain features. As $\delta=\exp\big(\frac{2G}\pi\big)$ and $\beta=\exp\big(\frac{H}\pi\big)$ they are the Kneser-Mahler polynomial constants. (See p. 231 of "Mathematical Constants" by S. Finch.)
- $G$ is a rational multiple of the volume of an ideal hyperbolic octahedron, while $H$ is the volume of the hyperbolic Gieseking manifold.
- And so on.
IV. Question
Q: Are there other examples of a series or function $P(k)$ such that it has a closed-form in terms of Catalan's constant $G$ or Gieseking's constant $H$ depending on $k$?