Step 1: Identify the diagonal elements.
For $i=j$,
\[
a_{ii} = i \times i = i^2.
\]
Step 2: Compute determinant.
Since the determinant of a lower triangular matrix is the product of the diagonal entries:
\[
\det(A) = \prod_{i=1}^{n} i^2
\]
\[
= (1^2)(2^2)(3^2)\cdots(n^2)
\]
\[
= (1 \cdot 2 \cdot 3 \cdots n)^2 = (n!)^2.
\]
Step 3: Conclusion.
Thus, the determinant is \((n!)^2\).