I entered this expression on Mathematica:
Limit[(1 + (i)/n)^(n^2), n -> Infinity]
I got the answer: Infinity, i > 0
I think the answer is wrong.
By "i" did you mean the imaginary unit? In Mathematica that is written either as I or as \[ImaginaryI].
i
I
\[ImaginaryI]