I'd like to find a closed-form expression for $$ x = \frac{1}{\displaystyle2 + \frac{3}{\displaystyle4 + \frac5{6+\cdots}}}$$
My own attempt implies $ x = \frac{1}{2} $. But by numerical approximation the sequence seems to converge to $ \approx 0.379731955 $.

ContinuedFractionK[2n-1,2n,{n,1,k}]then take $k\to\infty$. – KStarGamer Mar 16 '23 at 15:59