Answer:
-10, 40, -240, 1,920 and -19, 200
Explanation:
Given the recurrence relation of the sequence defined as aₙ₊₁ = -2naₙ for n = 1, 2, 3... where a₁ = 5, to get the first five terms of the sequence, we will find the values for when n = 1 to n =5.
when n= 1;
aₙ₊₁ = -2naₙ
a₁₊₁ = -2(1)a₁
a₂ = -2(1)(5)
a₂ = -10
when n = 2;
a₂₊₁ = -2(2)a₂
a₃ = -2(2)(-10)
a₃ = 40
when n = 3;
a₃₊₁ = -2(3)a₃
a₄ = -2(3)(40)
a₄ = -240
when n= 4;
a₄₊₁ = -2(4)a₄
a₅ = -2(4)(-240)
a₅ = 1,920
when n = 5;
a₅₊₁ = -2(5)a₅
a₆ = -2(5)(1920)
a₆ = -19,200
Hence, the first five terms of the sequence is -10, 40, -240, 1,920 and -19, 200