Problem 4a
The instructions are incomplete. You set up the recursive formula, but didn't ask any question about said formula.
I'll assume that your teacher wants you to list out a few terms. I'll list out the first five terms.
The notation a_1 = 4 is the same as writing
where the '1' is a subscript. It tells us that the first term is 4.
The nth term a_n or
is defined as such
Notice how if we replaced n with 2, then we get
So the second term is directly tied to the first term, or it is dependent on it.
We'll replace a_1 with 4 to get the following
So the second term is 26/3.
As you can guess, the third term is going to be found in a similar fashion
So 18 is the third term.
We'll repeat for n = 4 to get the fourth term.
The fourth term is 110/3.
Lastly, we'll plug in n = 5
The fifth term is 74.
Answer: The first five terms are 4, 26/3, 18, 110/3, 74
==============================================================
Problem 4b
Again, the instructions are missing. I'll assume the same thing as problem 4a.
is the first term
Plug n = 2 into the first equation to get
The second term is 1/3.
Repeat for n = 3
The third term is 9
Repeat for n = 4.
The fourth term is 4/9
Repeat for n = 5
Answer: The first five terms are 6, 1/3, 9, 4/9, 45/4
==============================================================
Problem 4c
I'm not much help here for this problem. Not only are the instructions missing, but it's not clear how this sequence is set up. If I had to guess, it's somehow recursively defined. How exactly, I'm not sure. I would ask your teacher for any clarification.