216k views
2 votes
Write a recursive formula for each sequence.14. 2, 4, 6,8,...

User Ona
by
3.2k points

1 Answer

5 votes

the recursive formula will be


f(n)=f(n-1)+2

where n goes from 1 to infinite, and f(0)=2

User OXXO
by
3.3k points