Got this equation from WolframAlpha (Limit[Sum[4^(p/n)/n,{p,1,n}],n->∞]): $$\lim_{n \to \infty}\sum_{p=1}^n\frac{4^\frac{p}{n}}{n}=\lim_{n \to \infty}\frac{3*\sqrt[n]{4}}{(\sqrt[n]{4}-1)n}=\frac{3}{2\ln(2)}$$
Please explain the steps from the leftmost expression to the rightmost expression.
For context: I am looking for an alternative way to calculate change in function's value from one point to another (without using circular definite integral), and this came from Riemann sum of the function's derivative. Even though this is exactly the answer I need, I have no clue how n-th root turned into logarithm.
I went through university Calculus course, which used Openstax textbooks. As I understand, these textbooks have only a handful of chapters on series, outlining basics. What books could be useful for learning more of Calculus?