To find the first five terms of the sequence defined by the \( n \)-th term \( a_n = \frac{(n+1)!}{n+1} \), we first simplify this expression.
The factorial \( (n+1)! \) can be written as \( (n+1) \cdot n! \). So when we divide by \( n+1 \), we get:
\[ a_n = \frac{(n+1) \cdot n!}{n+1} = n! \]
Now we can calculate the first five terms:
- For \( n = 1 \): \( a_1 = 1! = 1 \)
- For \( n = 2 \): \( a_2 = 2! = 2 \)
- For \( n = 3 \): \( a_3 = 3! = 6 \)
- For \( n = 4 \): \( a_4 = 4! = 24 \)
- For \( n = 5 \): \( a_5 = 5! = 120 \)
Thus, the first five terms of the sequence are:
1, 2, 6, 24, 120
So the correct response is:
1, 2, 6, 24, 120