Join thousands of students who trust us to help them ace their exams!Watch the first video
Multiple Choice
Write the first 4 terms of the sequence
A
{1, 4, 18, 96}
B
{1, 2, 6, 24}
C
{0, 4, 18, 96}
D
{0, 2, 6, 24}
Verified step by step guidance
1
Understand the sequence formula: a_n = n^2 \cdot (n-1)!. This means for each term, you will square the term number n and multiply it by the factorial of (n-1).
Calculate the first term (n=1): a_1 = 1^2 \cdot (1-1)! = 1^2 \cdot 0! = 1 \cdot 1 = 1. Remember that 0! is defined as 1.
Calculate the second term (n=2): a_2 = 2^2 \cdot (2-1)! = 4 \cdot 1! = 4 \cdot 1 = 4.
Calculate the third term (n=3): a_3 = 3^2 \cdot (3-1)! = 9 \cdot 2! = 9 \cdot 2 = 18.
Calculate the fourth term (n=4): a_4 = 4^2 \cdot (4-1)! = 16 \cdot 3! = 16 \cdot 6 = 96.