Question: how to find sum of this series

 

 

sum((1/(1+2/a[k]))^(2*k+1)/(2*k+1), k = 0 .. n)

 

here a[k] >0, we may also assume that a[k+1] > a[k]

Please Wait...