Given the series $$\frac{1}{2} + \frac{1}{3} + \frac{1}{2^2} + \frac{1}{3^2} + \frac{1}{2^3} + \frac{1}{3^3} + \cdots,$$
I don't know how the author gets
$$\liminf_{n\to\infty}\frac{a_{n+1}}{a_n} = \lim_{n\to\infty} \left(\frac{2}{3}\right)^n = 0$$
$$\liminf_{n\to\infty}a_n^{1/n} = \lim_{n\to\infty}\left(\frac{1}{3^n}\right)^{1/2n} = \frac{1}{\sqrt{3}}$$
$$\limsup_{n\to\infty}a_n^{1/n} = \lim_{n\to\infty}\left(\frac{1}{2^n}\right)^{1/2n} = \frac{1}{\sqrt{2}}$$
$$\limsup_{n\to\infty}\frac{a_{n+1}}{a_n} = \lim_{n\to\infty} \frac{1}{2}\left(\frac{3}{2}\right)^n = +\infty$$
And more generally, the book I'm using doesn't give a much precise definition on how to evaluate $\limsup$/$\liminf$.