How do I calculate the sum $$ \sum_{j=1}^\infty\frac{j^3}{1+e^{2\pi j z}} $$ where $z\in\mathbb C$ such that $\mathrm{Re}\left(z\right)>0$. Can it be evaluated/expressed in terms of some special functions?
-
Mathematica fails to come up with any closed form upon inputting that sum, which doesn't bode well. (This includes if one picks simple values for $z$, e.g. $z=1$.) – Semiclassical Dec 02 '19 at 04:54
-
Yes, I tried that before posting here. But I have had a lot of experiences where Mathematica could not do it, but there is an answer in terms of special functions. So I thought maybe someone who knew special functions well might recognise something – Chetan Vuppulury Dec 02 '19 at 05:15
-
You can express in terms of Ramanujan function $$Q(q) =1+240\sum_{j=1}^{\infty}\frac{j^3q^j}{1-q^j},,|q|<1$$ – Paramanand Singh Dec 02 '19 at 06:45
-
@ParamanandSingh, is this the same $Q\left(q\right)$ which satisfies $Q\left(q\right)=\varphi\left(-q\right)^8+256q\psi\left(q\right)^8$? – Chetan Vuppulury Dec 02 '19 at 08:01
-
@ChetanVuppulury: yes this is the same function $Q$ as mentioned in your comment. – Paramanand Singh Dec 02 '19 at 13:13
-
By the way nice identity linking $Q(q) $ with theta functions. In terms of Jacobi's functions it reads $$Q(q^2)=\vartheta_{4}^{8}(q^2)+\vartheta_{2}^{8}(q)$$ – Paramanand Singh Dec 02 '19 at 13:16
1 Answers
Let $$f(q) =\sum_{j=1}^{\infty}\frac{j^3q^j}{1-q^j},\,|q|<1$$ and $$g(q) =\sum_{j=1}^{\infty} \frac{j^3q^j}{1+q^j},\,|q|<1$$ then we have $$f(q^2)=\frac{f(q)-g(q)}{2}$$ or $$g(q) =f(q) - 2f(q^2)$$ The function $f(q) $ is connected to Ramanujan's $Q(q) $ via $$Q(q) =1+240 f(q) $$ and hence $$g(q) =\frac{1+Q(q) - 2Q(q^2)}{240}$$ The sum in question is $g(e^{-2\pi z}) $ and it is well known from the theory of elliptic integrals/functions and theta functions that $Q(e^{-\pi\sqrt{n}}) $ has a closed form expression in terms of Gamma function values at rational points if $n$ is a positive rational number. Thus your sum can be evaluated in closed form if $z$ is positive and $z^2$ is rational. For other values of $z$ it is not known if there is any closed form expression for the sum in question.
Here is one evaluation of the sum in question for $z=1/2,q=e^{-\pi}$. We have $$Q(q) =\left(\frac{2K}{\pi}\right)^4(1+14k^2+k^4)$$ and $$Q(q^2)=\left(\frac{2K}{\pi}\right) ^4(1-k^2+k^4)$$ where $k$ is the elliptic modulus corresponding to nome $q$ and $K=K(k) $ is the complete elliptic integral of first kind. When $q=e^{-\pi} $ we have $$k=\frac{1}{\sqrt{2}},K=\frac{\Gamma^{2}(1/4)}{4\sqrt{\pi}}$$ and then \begin{align} g(q) &=\frac{1}{240}+\frac{1}{240}\left(\frac{2K}{\pi}\right)^4(16k^2-k^4-1)\notag\\ &=\frac{1}{240}+\frac{27}{960}\left(\frac {\Gamma ^2(1/4)}{2\pi^{3/2}}\right)^4\notag\\ &=\frac{1}{240}\left(1+\frac{27\Gamma^{8}(1/4)}{64\pi^6}\right)\notag \end{align}

- 87,309
-
Thanks a lot! I actually also needed the series for $f\left(q\right)$. – Chetan Vuppulury Dec 02 '19 at 07:35
-
Can you give a reference where I can read about this function and its properties? – Chetan Vuppulury Dec 02 '19 at 07:36
-
-
@ChetanVuppulury see https://math.stackexchange.com/a/2354635/72031 and https://math.stackexchange.com/a/1944103/72031 – Paramanand Singh Dec 02 '19 at 12:52