Plotting Dirichlet Series $L_{\tau}(s)$ related to Ramanujan tau function in Mathematica

174 Views Asked by At

According to wikipedia, Ramanujan tau function $\tau:\mathbb{N}\to\mathbb{Z}$ is defined by equating the coefficients of the power series on both sides of the identity:

$$\sum_{n=1}^{\infty}\tau(n)q^n=q\prod_{n=1}^{\infty}(1-q^n)\tag{1}$$

The associated Dirichlet series is defined as:

$$L_{\tau}(s)=\sum_{n=1}^{\infty}\frac{\tau(n)}{n^s},\text{Re}(s)>13/2\tag{2}$$

$L_{\tau}(s)$ can be defined for other $s$ by method of analytic continuation.

Question: Is $L_{\tau}(s)$ implemented, like Riemann $\zeta(s)$ function, in a software like Mathematica(or Wolfram alpha) so that it can be readily plotted against complex variable $s$?

Thanks- mike

EDIT: I found the solution at the suggestion of @Mark McClure. It is called "RamanujanTauL".