Sum of a sequence.

75 Views Asked by At

I would like to find the value of

$$\lim_{n\to \infty} \sum_{r=1}^n \frac{r}{1\cdot3\cdot5\cdot7\cdots(2r+1)}.$$

My approach is attached below.

My approach ( click here )

1

There are 1 best solutions below

3
On BEST ANSWER

Now note that $\sum_{r=1}^n (T(r-1)-T(r))$ telescopes to $T(0)-T(n)$.