asked 160k views
3 votes
Recursive sequence for 4,7,10,14

1 Answer

3 votes
a1 = 4
a2 = 7 = 4 + 3 = a1 + 3
a3 = 10 = 3 + 7 = 3 + a2

Recursive formular is an = 3 + an-1
answered
User Aamer
by
8.3k 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.