Say we have $\sum_{n=1}^{\infty} f(n,x)=f(x)$, which often happens with Taylor series:
Can we express:
$$\left(\sum_{n=1}^{\infty} f(n,x) \right)^2$$
As something that does not involve the square. I.e can multiply this out :
$$\left(f(1,x)+f(2,x)+f(4,x)+.... \right)\left(f(1,x)+f(2,x)+f(3,x)+...\right)$$
I know by distributive property we have:
$$=f(1,x)\sum_{n=1}^{\infty} f(n,x)+f(2,x)\sum_{n=1}^{\infty} f(n,x)+f(3,x)\sum_{n=1}^{\infty} f(n,x)+..$$
Can we simplify further?
Why I ask this is that I'm really interested if we can express
$\left(\frac{\ln (x)}{x-1} \right)^2$ as a series by only using the Taylor series for $\ln x$. I know I can just write the coefficients and multiply them out , but the new coefficients to the new series do not form an easy pattern to right down.