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
.
.
.
Chat with our AI personalities
18. The pattern is 3+1=4, 4+2=6, 6+3=9, 9+4=13, so 13+5=18
18
18. 3+1=4, 4+2=6, 6+3=9, 9+4=13, 13+5=18.
18
18