So say that you were given:
. . .T_n = T_(n-1) + n
This was from trial and error though. How can I do it logically?
This is a sequence in which you add 2, 3, 4, 5, 6, ... to the previous term. After 10 minutes of trial and error, I got the equation to be2, 4, 7, 11, 16, 22, 29, ...
. . .T_n = T_(n-1) + n
This was from trial and error though. How can I do it logically?