This question is related to Why $e^{\pi}-\pi \approx 20$, and $e^{2\pi}-24 \approx 2^9$? by Tito Piezas III.
Andrew Fraker (2014) found an almost-integer which is equivalent to the following approximation $$e^\pi\approx\frac{5^4}{3^3}$$ https://en.wikipedia.org/wiki/Mathematical_coincidence#Containing_both_.CF.80_and_e
However, $e^\pi<\frac{5^4}{3^3}$, so it cannot be obtained by truncating of the following series of rational terms, because the sequence of partial sums is monotonically increasing.
$$ e^\pi=e^{6asin\left(\frac{1}{2}\right)}=\sum_{k=0}^\infty\frac{3\left(e^{3\pi}-\left(-1\right)^ke^{-3\pi}\right)\Gamma\left(\frac{k}{2}+3i\right)\Gamma\left(\frac{k}{2}-3i\right)}{2 \pi k!} $$
This formula is built from the integer sequence http://oeis.org/A166748 with contributions by Povolotsky, Hasler, Mathar and Kotesovec.
A similar series with slower convergence is obtained from Kotesovec closed form for http://oeis.org/A166741
$$ e^\pi=e^{2asin\left(1\right)}=\sum_{k=0}^\infty\frac{2^{k-1}\left(e^{\pi}-\left(-1\right)^ke^{-\pi}\right)\Gamma\left(\frac{k}{2}+i\right)\Gamma\left(\frac{k}{2}-i\right)}{\pi k!} $$
Using $\frac{1}{2}$ instead of $1$ as the argument for $asin$, the third root of $e^\pi$ is obtained.
$$ e^\frac{\pi}{3}=e^{2asin\left(\frac{1}{2}\right)}=\sum_{k=0}^\infty\frac{\left(e^{\pi}-\left(-1\right)^ke^{-\pi}\right)\Gamma\left(\frac{k}{2}+i\right)\Gamma\left(\frac{k}{2}-i\right)}{2\pi k!} $$
For the sixth root of $e^{\pi}$ the argument of the gamma function becomes a single fraction.
$$e^{\frac{\pi}{6}}=e^{asin\left(\frac{1}{2}\right)}=\sum_{k=0}^{\infty}\frac{\left(e^{\frac{\pi}{2}} - (-1)^k e^{-\frac{\pi}{2}}\right)\Gamma\left(\frac{k+i}{2}\right)\Gamma\left(\frac{k-i}{2}\right)}{4\pi k!}$$
Q1: How can Fraker's approximation be derived by truncating a series for a fractional power of $e^\pi$?
Q2: How can integrals related to these series be obtained?