Twa kɔ nsɛm atitiriw so
Log in
Sign up for FREE
arrow_back
Laabri

158 more recursion

star
star
star
star
star
Last updated about 5 years ago
8 Nsɛmmisa

Bell:

1
1

Recursive Sequences, level 3

1
1
1
1
1
1

Continue to work on DeltaMath (it is due Wednesday night).

Asemmisa {{asɛmmisaAhyɛnsode}}
1.

Find the next term: 3, 15, 27, ...

Asemmisa {{asɛmmisaAhyɛnsode}}
2.

If a_6=15, and

a_n=3a_{n-1}+2

Find a_8.

Asemmisa {{asɛmmisaAhyɛnsode}}
3.

a_1 =1

a_n=n\cdot a_{n-1}+5

Find the first 4 terms.

Asemmisa {{asɛmmisaAhyɛnsode}}
4.

a_1 =4

a_n=(a_{n-1})^2 +n

Find the first 3 terms.

Asemmisa {{asɛmmisaAhyɛnsode}}
5.

a_1 =6

a_n=n\cdot a_{n-1} +5

Find the first 4 terms.

Asemmisa {{asɛmmisaAhyɛnsode}}
6.

How is the following problem different than what we have been doing? How is it the same?

a_1=7

a_{n+1}=(a_n)^2-1

Asemmisa {{asɛmmisaAhyɛnsode}}
7.

Find the first 4 terms of [6].

Asemmisa {{asɛmmisaAhyɛnsode}}
8.

a_1=4

a_{n+1}=4a_n-5

Find the first 4 terms.