Re: Help with recursion



OK, if I do that then I get

sum(2 to n) x_sub_n = sum(2 to n) x_sub(n-1) + sum(2 to n) K/log(n)

and if I subtract sum(2 to n) x_sub(n-1) from both sides;

x_sub_n = sum(2 to n) K/log(n)

Is there a closed-form solution for sum(2 to n) K/log(n) ?



Bob Adams

.



Relevant Pages