140k views
5 votes
Find the nth term

1, 5, 9. 13, 17

1 Answer

6 votes

a1 = 1 and d = 4

a(n) = a1 + d(n - 1)

a(n) = 1 + 4(n - 1)

User Petchirajan
by
4.9k points