asked 225k views
5 votes
What type of sequence is below? 2 , 2 , 4 , 6 , 10 , 16

asked
User Nuageux
by
7.4k points

1 Answer

6 votes

Answer:

a(1) = 2, a(2) = 2,

For n = 3, 4, 5, ......, a(n) = a(n - 2) + a(n - 1)

answered
User Fis
by
8.2k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.