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

User Cursa
by
4.2k 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
5.2k points