Answer:
The first 6 terms are 4,12,20,28,36,44
Explanation:
So we have the recursive sequence
.
If you try to dissect what this really means, it becomes easy.
Pretend
is a term in your sequence.
Then
is the term right before or something like
means the term right after.
So it is telling us to find a term all we have to is add eight to the previous term.
So the second term
is 4+8=12.
The third term is
is 12+8=20.
The fourth term is
is 20+8=28.
The fifth term is
is 28+8=36
The sixth term is
is 36+8=44.
Now sometimes it isn't that easy to see the pattern from the recursive definition of a relation. Sometimes the easiest way is to just plug in. Let's do a couple of rounds of that just to see what it looks like.
.
![a_2=a_1+8=4+8=12](https://img.qammunity.org/2020/formulas/mathematics/middle-school/qxj7e6dn8ofnoakewsb1pk7p4p80uy2jf5.png)
![a_3=a_2+8=12+8=20](https://img.qammunity.org/2020/formulas/mathematics/middle-school/j60kbtbo9s5x4bieoea35r0mg71v7pekyx.png)
![a_4=a_3+8=20+8=28](https://img.qammunity.org/2020/formulas/mathematics/middle-school/e50s9cq8p9nw7mp4b9tf8v5bunyjc1gckr.png)
![a_5=a_4+8=28+8=36](https://img.qammunity.org/2020/formulas/mathematics/middle-school/jihwyj8goco26b3k23f94he2xcqdem19x8.png)
![a_6=a_5+8=36+8=44](https://img.qammunity.org/2020/formulas/mathematics/middle-school/185chbflpdjvcm28r6hls6o0xowlm9lb3t.png)