70.0k views
3 votes
F(n) = 2 + 4(n-1)f(n) = f(n-1) + 5which one is an explicit formula?

User Gnou
by
5.3k points

1 Answer

3 votes

Explicit formulas are for arithmetic sequences and they're written by the form:


a_n=a_1+d(n-1)

So, f(n)=2+4(n-1) is an explicit formula

User Solomon
by
4.6k points