How do you write the first five terms of the sequence defined recursively a_1=15,a_(k+1)=a_k+3?

hiposopj

hiposopj

Answered question

2022-09-05

How do you write the first five terms of the sequence defined recursively a 1 = 15 , a k + 1 = a k + 3 ?

Answer & Explanation

rougertl

rougertl

Beginner2022-09-06Added 16 answers

a 1 = 15
a k + 1 = a k + 3

a 1 = 15
a 2 = a 1 + 3 = 15 + 3 = 18
a 3 = a 2 + 3 = 18 + 3 = 21
a 4 = a 3 + 3 = 21 + 3 = 24
a 5 = a 4 + 3 = 24 + 3 = 27

Do you have a similar question?

Recalculate according to your conditions!

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?