Step 1: Simplifying the given series.
The given series is:
\[
1 + 1! + 2.2! + 3.3! + \cdots + n.n!
\]
This is equivalent to:
\[
\sum_{k=1}^{n} k \cdot k!
\]
which simplifies to:
\[
\sum_{k=1}^{n} (k+1)! - 1
\]
Step 2: Summing the series.
The sum of the first \( n \) terms of the series is:
\[
(n+1)! - 1
\]
Step 3: Conclusion.
The value of the series is \( n! + 1 \). The correct answer is (2) \( n! + 1 \).