answersLogoWhite

0

recursive rule:

term(n+1) = term(n) + (n) also, n starts at 0 and term(1)=3

term(1) = 3 ; (n=0)

term(2) = term(1) + (1) = 4

term(3) = term(2) + (2) = 6

term(4) = term(3) + (3) = 9

term(5) = term(4) + (4) = 13

.

.

.

User Avatar

Wiki User

14y ago

What else can I help you with?