[Dec 3 2023] I am currently studying analytic number theory and my teacher suggested to ask here if the following sum
$$S(x) = \sum_{p} x^p = x^2 + x^3 + x^5 + x^7 + ...$$
Where $p$ is a prime number is known and if it has an asymptotic behaviour.
Motivation:
If you square the sum
$S(x)^2 = (\sum_{p} x^p)^2$
You get
$S(x)^2 = \sum_{n=p+q} a_{n}x^{n}$
Where $p$ and $q$ are primes and $a_{n}$ is an integer.
It is not hard to see that Goldbach's conjecture is equivalent to claim that the $2k^{th}$ derivative of $S^2$ at $x=0$ is different than $0$, for all positive integer $k$.
[Mar 10 2025] (edit)
Question:
Can we find an expression that approximates arbitrarily well $S(x)$ for special values of $x \in \mathbb{D}$?
That is, a simpler function (in the sense that is easier to evaluate) $A(x)$ such that $$S(x)=A(x)+a(x)$$
With $a(x)$ acting as an error function. Something that tends to $0$ as $x$ tends to one of those "special values".
As an example, it'd be interesting to see the behaviour of $S(x)$ as $x$ approaches a root of unity.
Thank you