The sequence 1 will be 3(n – 1) + 1. And the sequence 2 will be 9(n – 1) / 2 + 40.
<h3>What are sequence and series?</h3>
A sequence is a list of elements that have been ordered sequentially, such that members come either before or after.
Let n = natural number.
The sequence 1 will be multiplied by 2 then add 1 starting from 1. Then we have
⇒ 2(n – 1) + 1(n – 1) + 1
⇒ 3(n – 1) + 1
The sequence 1 will be divided by 2 then add 4 starting from 40. Then we have
⇒ (n – 1 / 2) + 4(n – 1) + 40
⇒ 9(n – 1) / 2 + 40
More about the sequence link is given below.
brainly.com/question/21961097
#SPJ1