I was working with the Sine Integral $\mathrm{Si}\left(\frac{z}{2}\right)$ and found it has an infinite number of complex roots mirrored in all four quadrants. In the first quadrant these start with:
$$ 11.9303627666221643518173848082 + 6.01119131213006773157261708415 \cdot i\\ 24.7070169417149873195705173033 + 7.37455299482618861728760608970 \cdot i\\ 37.3725098362278317680187364308 + 8.17692229518364269643530815855 \cdot i\\ 49.9976565288211086812290841074 + 8.74796328051411644007205709150 \cdot i\\ \cdots $$
Below is an extended plot of these roots in the first quadrant ($z=x+iy$):
and it appears the roots all lie on a log-shaped curve. After some attempts, the curve $y=2\log(x)+\frac12\,\log(2\,\pi)$ offers a pretty decent fit:
Q: Obviously, the above fitting is just some guess work of mine, but got curious whether anything more is known about the pattern of these roots. Searched the web extensively, however nothing comes up. Grateful for any reference and/or any steers on how to find the exact curve (if it exists) the roots reside on.


This is a heuristic consideration. From the asymptotic expansion of $\operatorname{Si}$ we may infer that $$ \operatorname{Si}\left( {\frac{z}{2}} \right) \approx \frac{\pi }{2} - \frac{2}{z}\cos \left( {\frac{z}{2}} \right) $$ for large values of $z$. Thus the roots of $\operatorname{Si}\left( {\frac{z}{2}} \right)$ are approximately the roots of $$ \frac{\pi }{4}z = \cos \left( {\frac{z}{2}} \right). $$ Taking real and imaginary parts and approximating the hyperbolic functions by exponentials, we arrive at the system $$ \left\{ \begin{array}{l} {\rm e}^{y/2} \displaystyle\cos \left( {\frac{x}{2}} \right) = \frac{\pi }{2}x, \\[1ex] {\rm e}^{y/2} \displaystyle\sin \left( {\frac{x}{2}} \right) = - \frac{\pi }{2}y, \\ \end{array} \right. $$ with $z=x+\mathrm{i}y$. Taking the square sum of these equations yields $$ {\rm e}^y = \frac{{\pi ^2 }}{4}(x^2 + y^2 ), $$ which has the approximate solution $$ y \approx 2\log x + 2\log (\pi /2). $$ Applying this in the second equation, we get $$ \sin \left( {\frac{x}{2}} \right) \approx - \frac{y}{x} \Longrightarrow x \approx 4\pi k + 2\arcsin \left( { - \frac{y}{x}} \right) \approx 4\pi k - \frac{{4\log x}}{x}, $$ with $k=0,1,2,\ldots$. The last equation is solved approximately by $$\boxed{ x_k \approx 4\pi k - \frac{{\log k}}{{\pi k}}.} $$ The corresponding imaginary part is then $$\boxed{ y_k \approx 2\log x_k + 2\log (\pi /2).} $$