Given the nth term of a number sequence write down the first 3 term of the sequence. Tn=n(n-1)/2
Answers
Answered by
0
Answer:
..........................................................
Answered by
2
Answer:
A recursive sequence is a sequence in which terms are defined using one or more previous terms which are given. If you know the nth term of an arithmetic sequence and you know the common difference , d , you can find the (n+1)th term using the recursive formula an+1=an+d .
Similar questions