I am interested in better understanding "extensions" of power series beyond their radius of convergence.
For example, $$\log(1+x) = \sum_{k=0}^\infty \frac{(-1)^k}{k+1} x^{k+1}$$ only holds for $x$ within the unit disk, while $$\log(1+x) = \lim_{n \to \infty} \sum_{k=0}^n \frac{(-1)^k}{k+1} x^{k+1} R(k,n)$$ for an appropriate regularizer $R(k,n)$ can hold for a different set of $x$.
I am curious about the regularizer $$R(k,n) = B(k,n) := \frac{\binom{2n}{n+k}}{\binom{2n}{n}},$$ which is rapidly decaying as $k$ approaches $n$, and is interpreted as $0$ for $k>n$. With some numerical experiments, it appears to perform quite well.
How can I prove that $$\log(1+x) = \lim_{n \to \infty} \sum_{k=0}^n \frac{(-1)^k}{k+1} x^{k+1} B(k,n)$$ for all real $x>-1$?
Please feel free to direct me to Hardy's Divergent Series, although please let me know which theorems I should brush up on from there (it has been a long time since I read it). I want to note that the regularizer above is regular, in the sense that the limit sends already-convergent series to their original values. Thus, we are guaranteed that $\log(1+x) = \lim_{n \to \infty} \sum_{k=0}^n \frac{(-1)^k}{k+1} x^{k+1} B(k,n)$ in the interval $-1<x<1$ where the original power series converged. Thus, I believe only real $x>1$ needs to be considered.