I have the following infinite product:
$2/1 * 3/2 * 5/4 * 9/8 * 17/16 * 33/32 * 65/64...$
What does it converge to?
I can take its $\ln()$ to get
$\ln(2) + \ln(3/2) + \ln(5/4)....$
Which using the quotient difference rule resolves to
$S(n) = \ln(2^n + 1) - n\ln(2)$ for $n = 0$ to $\infty$
At this point I don't know how to evaluate this: so I took its derivative to see if I could recognize anything:
$S'(n) = 2^n * ln(2) / (2^n + 1) - ln(2)$
Which really looks like it converges to 0...
Integrating $S(n)$ hasn't been much to avail unless its because I lack knowledge.
What's this come out to?