How do I find the zeros of:
1/Gamma[1 - I x] The zeros should be $ -i\, n$ with $ n>0 $
I tried with Solve[1/Gamma[1 - I x]==0,x], but I get the message:
Solve::ifun: Inverse functions are being used by Solve, so some solutions may not be found; use Reduce for complete solution information.
So I tried with Reduce[1/Gamma[1 - I x]==0,x], but I get False as a result

Gamma[z] Gamma[1 - z] == Pi/Sin[Pi z]withz=I x... $\endgroup$