37.4k views
4 votes
Write the first five terms of the of the sequence defined recursively.

Write the first five terms of the of the sequence defined recursively.-example-1
User Mzabaluev
by
5.0k points

1 Answer

3 votes

\begin{gathered} a_n=a_(n-1)+3 \\ a_1=15 \\ a_2=a_1+3 \\ a_2=15_{}+3 \\ a_2=18 \\ a_3=18+3 \\ a_3=21 \\ a_4=21+3 \\ a_4=24 \\ a_5=24+3 \\ a_5=27 \\ \text{The value of }a_1=15,\text{ }a_2=18,\text{ }a_3=21,\text{ }a_4=24\text{ and }a_5=27 \end{gathered}

User Deac Karns
by
4.8k points