6

What do we know about the generating function of $\chi(n)$ (A010051) $$ f(x) = \sum_{n=0}^\infty \chi(n)x^n = \sum_{p\text{ prime}} x^p $$ for $\chi(n)$ the characteristic function of the primes:

$$ \chi(n) = \begin{cases} 1, & \text{if $n$ is prime}\\ 0, & \text{otherwise} \end{cases} $$ Are there some references I could take a look at?

siddhadev
  • 427

2 Answers2

6

This is essentially the inverse Mellin transform of the Prime zeta function. Perhaps you'd like to look in that direction.

Bruno Joyal
  • 54,711
  • So you say that $\left{\mathcal{M}^{-1}P\right}(x) = f(x)=\frac{1}{2 \pi i} \int_{c-i \infty}^{c+i \infty} x^{-s} P(s), ds, $ where $P(s)$ is Prime $\zeta$? – draks ... Dec 11 '13 at 20:25
  • 1
    I'm really interested. Could you answer to my comment? – draks ... Mar 06 '14 at 20:23
  • @draks...: Sorry for overlooking your question the first time. If $f(x) = \sum_{n=1}^\infty a_n x^n$, then $\mathcal M(f(e^{-t}))(s) = \Gamma(s)L(f,s)$, where $L(f, s) = \sum_{n=1}^\infty a_n n^{-s}$. – Bruno Joyal Mar 06 '14 at 20:34
2

We know that, $\chi(n)$ can be represented as $\pi(n)-\pi(n-1)$.

draks ...
  • 18,449