Solving the recurrence relation that contains summation of nth term
2
$\begingroup$
$$T(n)=1+2\sum_{i=1}^{n-1}T(i) , \quad n > 1$$
$$T(1)=1$$
any hint or how to solve?
discrete-mathematics
asked
2010-11-21
user id:3741
16
2
2silver badges
3
3bronze badges
6 Answers
6
Related Posts
No Related Post Found