How would I find the gamma function of i+1 or any other complex number?
I tried using integration by parts, but it just went on forever.
How would I find the gamma function of i+1 or any other complex number?
I tried using integration by parts, but it just went on forever.
There is not a simpler closed form for $\Gamma(i+1)$ other than just writing $\Gamma(i+1)$. It does have a decimal expansion $0.498015668118356042713691117462...$ though.
If you want a numerical answer, Riemann Sums will do, or even Integration by Parts like you tried with error estimates. Stirling's Approximation would also help you for large values of $z$.