I need help to solve this problem:
$$\lim_{n\to\infty}\frac{2\cdot 3^n-3\cdot 2^n}{2^{\alpha(n)}-3^n}$$ or
$$\limsup_{n\to\infty}\frac{2\cdot 3^n-3\cdot 2^n } {2^{\alpha(n)}-3^n}$$
where, $\alpha(n)-$ is the smallest positive integer, such that $2^{\alpha(n)}-3^n>0$.
I tried $\alpha (n)= \lfloor n\log_23+1 \rfloor$. Then, we have
$$\lim\limits_{n\to\infty}\frac{2\cdot 3^n-3\cdot 2^n}{2^{\alpha(n)}-3^n}= \lim\limits_{n\to\infty} \frac{2}{\frac{2^{\lfloor n\log_23+1 \rfloor}}{3^n}-1}$$ I'm stuck here. I can not continue..Can MSE help me? Are my steps wrong? Can I take $\alpha (n)= \lfloor n\log_23+1 \rfloor$ ?
Thank you.
Just some numerical results.
I wrote this simple-minded python script
which produces the output
I've tried it for other ranges, up to about $n=5200,$ with similar results, so I'm willing to guess that the limit doesn't exits. As for the lim sup, I haven't a clue. The largest value I noticed was $f(5161)\approx 337.115.$
EDIT
On second thought, I think the lim sup is probably $\infty.$ You might take $\alpha(n)$ and $n$ to be the numerators and denominators, respectively, of a sequence of rationals that converges to $\log_2{3}.$ I thought about the convergents of the continued fraction, but I don't see that this buys you anything.