Sum of the unknown power series

201 Views Asked by At

I have the following series where $h$ and $f$ are some functions. $$1+\frac{2}{5}fh^2+\frac{4}{21}f^2h^4+...,$$ which I figured can be written as $$3\sum_{k=0} \frac{(2fh^2)^k}{4^{k+1}-1}.$$ I need help with this series. Does is it look like something specific ? Maybe it is some Taylor expansion or known series ?

1

There are 1 best solutions below

4
On

It's not a solution, it's a hint (and too long for a clear comment).

Assume the convergence of the series, it's partly different here.

With $\displaystyle f(x):=\prod\limits_{k=0}^\infty\left(1+\frac{x}{4^k}\right)$ which has the functional equation $f(x)=(1+x)f(x/4)$ we get

$$-\frac{d}{dx}\ln f(-x)-\frac{1}{1-x}=\sum\limits_{v=0}^\infty \frac{1}{4^{v+1}-x}=\sum\limits_{v=0}^\infty \frac{1}{4^{v+1}}\sum\limits_{k=0}^\infty \frac{x^k}{4^{k(v+1)}}=$$

$$\hspace{4cm}=\sum\limits_{k=0}^\infty \frac{x^k}{4^{k+1}}\sum\limits_{k=0}^\infty \frac{1}{4^{(k+1)v}}=\sum\limits_{k=0}^\infty \frac{x^k}{4^{k+1}-1}$$

If you have a closed form for the above defined product for $f(x)$ then you will get a solution for your series.