I have been evaluating limits of the Collatz and Waring sequences and have found one strange result (top line). For all of the others, $-\infty, +\infty$ produce equal results. $$ \lim_{n\to -\infty }(3^n-1)^{\frac{1}{ \log (2^n-1)}} =e $$ $$ \lim_{n\to \infty }(3^n-1)^{\frac{1}{ \log (2^n-1)}} =3^{\frac{1}{ \log 2}} $$
What doe this indicate about the sequence? Why $e$? I'm only working with positive numbers, so should I be concerned with $-\infty$?
Note that we can write
$$\begin{align} \lim_{n\to -\infty}\left((3^n-1)^{1/\log\left(2^n-1\right)}\right)&=\lim_{n\to -\infty}e^{\frac{\log(3^n-1)}{\log(2^n-1)}}\\\\ &=\lim_{n\to -\infty}e^{\frac{\log(1-3^n)+i(2k+1)\pi}{\log(1-2^n)+i(2k+1)\pi}}\\\\ &=e^{\lim_{n\to \infty}\frac{\log(1-3^n)+i(2k+1)\pi}{\log(1-2^n)+i(2k+1)\pi}}\\\\ &=e^{1} \end{align}$$
as was to be shown.