Closed form for $\frac{x}{1+x} +\frac{x^2}{1+x+x^2} +\frac{x^3}{1+x+x^2+x^3}+...$

202 Views Asked by At

I am trying to evaluate this infinite series that looks beautiful to me $$S=\sum_{n=1}^{\infty} \frac{x^n}{1+x+...+x^n}$$ All I could do is prove that it converges for $|x|<1$ and I tried to find a suitable form so that I can exploit it with an integral, however I was not successful. I would love to see a closed form. (this is a question that was also posted on other sites like AoPS but it didnt receive an answer so I hope no one minds if I post here too)

1

There are 1 best solutions below

2
On BEST ANSWER

We can make use of the Lambert series:

$$S(x)=\sum_{n=1}^{\infty}\frac{x^n}{\sum_{k=0}^nx^k}=\sum_{n=2}^{\infty}\frac{x^{n-1}-x^n}{1-x^n}=\left(\frac{1}{x}-1\right)L(1,x)-1,$$

where $L(f,q)$ is the Lambert generating function of $f$:

$$L(f,q):=\sum_{n=1}^{\infty}\frac{f(n)q^n}{1-q^n}=\sum_{n=1}^{\infty}(f*1)(n)q^n$$

and $*$ is Dirichlet convolution. Plugging in $L(1,q)=\frac{\psi_q(1)+\ln(1-q)}{\ln(q)}$, where $\psi_q(z)$ is the $q$-digamma function, we have

$$S(x)=\left(\frac{1}{x}-1\right)\frac{\psi_x(1)+\ln(1-x)}{\ln(x)}-1.$$

If you want a power series you may write it, as @did pointed out, as

$$S(x)=\sum_{n=1}^{\infty}(\sigma_0(n+1)-\sigma_0(n))x^n,$$

where $\sigma_0(n)$ is the divisor function which counts the number of divisors of $n$.