303,995 views
24 votes
24 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 Vinceh
by
3.5k points

1 Answer

9 votes
9 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 Jljohnstone
by
3.1k points