Suppose we have two infinite series which depend on some number $x$:
$$A(x)=\sum_{n=1}^{\infty} a_nx^n,$$
$$B(x)=\sum_{n=1}^{\infty} b_nx^n.$$ Here $a_n,b_n$ are positive real numbers such that for all $x \in (0,1)$ we have that $A(x)$ and $B(x)$ are convergent sequences and $A(1), B(1)$ are both divergent sequences.
Define $A_k(x) = \sum_{n=2^k}^{2^{k+1}} a_n x^n$ and similarly $B_k(x)=\sum_{n=2^k}^{2^{k+1}} b_n x^n$. Suppose we have the property that the following limit holds: $$ \lim_{k\rightarrow \infty} \frac{A_k(1)}{B_k(1)}=c, $$ I would then like to show that $\lim_{x\rightarrow 1} \frac{A(x)}{B(x)}=c$. This seems true and I have checked it numerically for some examples but I can't seem to be able to prove it.. As a very simple example we can just take $a_n$ and $b_n$ to be constant and equal to $a$ and $b$. For this example it is trivial to check that the statement indeed holds.