A sequence is defined recursively by the given formulas Find
A sequence is defined recursively by the given formulas. Find the first five terms of the sequence. a_n = a_n - 1 + a_n - 2 + a_n - 3 and a_1 = a_2 = a_3 = 4 a_1 = a_2 = a_3 = a_4 = a_5 =
Solution
a1= a2=a3 =4
a4=a4-1+a4-2+a4-3 = a3+a2+a1 =4+4+4=12
a5=a5-1+a5-2+a5-3 =a4+a3+a2 = 12+4+4=20
