The problem is as follows:
$$\lim_{n \to \infty} \frac{2^\frac{n^2+n}{2}}{\Pi_{i=1}^n (2^i-1)}$$
I'm stuck on where to go with this. When I plug the problem into Wolfram Alpha, I get this, which I can't decipher, as I'm not familiar with the q-Pochhammer Symbol or its properties.
The only thing I've been able to try is factoring out a $2^n$ from the top and bottom, but this still leaves me stuck on where to go. Help would be appreciated. Thanks in advance.
If you just want to prove it converges (numerically, to some number $\ell \approx 3.46274662$), you can do as follows: since $$ \frac{2^\frac{n^2+n}{2}}{\prod_{i=1}^n (2^i-1)} = \frac{1}{\prod_{i=1}^n \left(1-\frac{1}{2^i}\right)} $$ is is sufficient to show that $a_n := \prod_{i=1}^n \left(1-\frac{1}{2^i}\right)$ converges to some positive number; equivalently, that $b_n := \log a_n$ converges to some real number. Now, $$ \log a_n = \sum_{i=1}^n \log \left(1-\frac{1}{2^i}\right) $$ and this converges by comparison with $-\sum_{i=1}^n \frac{1}{2^i}$.