I am looking for asymptotics of
$$\sum_{n=1}^N \dfrac{x^n}{n^p}$$
in terms of $N$, where $x>1$ and $p$ is a positive number.
So I am looking for a $O(f(N))$ type result. For example what is the approximate value of $\sum_{n=1}^N \dfrac{5^n}{n^2}$ for large $N$. One possibility is probably something like $\frac{5^N}{N^2} (a+\frac{b}{N}+\frac{c}{N^2}+\cdots)$.
By Taylor expansion, we see that
$$\sum_{n=1}^N\frac{x^n}{n^p}=\sum_{k=1}^\infty\frac1{k!}\sum_{n=1}^N\frac{(n\ln x)^k}{n^p}=\sum_{k=1}^\infty\frac{(\ln x)^k}{k!}\sum_{n=1}^Nn^{k-p}$$
We then have by the Euler-Maclaurin formula:
$$\sum_{n=1}^Nn^{k-p}=\frac{N^{k-p+1}}{k-p+1}+\frac{N^{k-p}}2+\zeta(k-p)+\frac{(k-p)N^{k-p-1}}{12}+\mathcal O(N^{k-p-3})$$
where $\zeta$ is the Riemann zeta function. Thus, we end up with
$$\sum_{k=1}^\infty\frac{(\ln x)^k}{k!}\left(\frac{N^{k-p+1}}{k-p+1}+\frac{N^{k-p}}2+\zeta(k-p)+\frac{(k-p)N^{k-p-1}}{12}+\mathcal O(N^{k-p-3})\right)$$
By the Abel summation formula with $\phi(n)=\frac1{n^p}$ and $a_n=x^n$, we get
$$\sum_{n=1}^N\frac{x^n}{n^p}=\frac{1-x^{N+1}}{(1-x)N^p}+p\int_1^N\frac{1-x^{\lfloor t\rfloor+1}}{(1-x)t^{p+1}}\ dt\\=\frac1{1-x}\left(\frac{2-x^{N+1}}{N^p}-1-\int_1^N\frac{x^{\lfloor t\rfloor+1}}{t^{p+1}}\ dt\right)$$
And the last integral may be approximated.