$$f(x)=\sum_{k=1}^\infty\frac{x^kk!}{(x+1)(2x+1)\dots(kx+1)}$$
I'm asked to investigate this series and determine where it's continuous, but I have no idea where to even start with this.
I was able to determine that the series converges when 0<x<1, and diverges when x$\ge$1, using the raabe test, but after this I don't know how to to show continuity anywhere.
EDIT: I determined the convergence as follows:
$$\rho_k\equiv k\left(\frac{x^kk!}{(x+1)(2x+1)\dots(kx+1)}\frac{(x+1)\dots(kx+1)((k+1)x+1)}{x^{k+1}(k+1)!}-1\right)$$
$$\rho_k=k\left(\frac{(k+1)x+1}{(k+1)x}-1\right)=\frac{k}{(k+1)x}$$
$$\lim_{k\to\infty}\rho_k=\frac{1}{x}\lim_{k\to\infty}\frac{k}{k+1}=\frac{1}{x}$$
So the series converges when $\frac{1}{x}>1$ and diverges when $\frac{1}{x}<1$, so $x<1$ and $x>1$. When $x<0$ we have $\frac{1}{x}>1\Rightarrow 1<x$ which is a contradiction, so $x\nless0$
When $x=1$ we have
$$f(1)=\sum_{k=1}^\infty\frac{1^kk!}{(1+1)(2\cdot 1+1)\dots(k\cdot 1+1)}=\sum_{k=1}^\infty\frac{k!}{(k+1)!}=\sum_{k=1}^\infty\frac{1}{k+1}$$ which diverges
So we have $x\ge 1$ diverges and $0\le x<1$ converges