61.0k views
4 votes
What is the recursive formula for this sequence . 10,14,18,22,26

User Cursa
by
6.1k points

1 Answer

4 votes

add 4 each time

the nth term is a_n or f(n)

the next term after that is a_{n+1} or f(n+1)

so each term is 4 more than previous

basically

a_{n+1}=4+a_n or

f(n+1)=4+f(n)

same thing

User Mavrik
by
6.6k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.