PrimeZetaP[s]
gives prime zeta function
.
PrimeZetaP
PrimeZetaP[s]
gives prime zeta function
.
Details
- Mathematical function, suitable for both symbolic and numerical manipulation.
is defined by
for
and by analytic continuation for
.- PrimeZetaP can be evaluated to arbitrary numerical precision.
- PrimeZetaP automatically threads over lists. »
Examples
open all close allBasic Examples (2)
Scope (14)
Numerical Evaluation (6)
PrimeZetaP[12.]PrimeZetaP[.53]N[PrimeZetaP[4 / 11], 50]The precision of the output tracks the precision of the input:
PrimeZetaP[2.3000000000000000000000000]PrimeZetaP[2.5 + I]Evaluate efficiently at high precision:
PrimeZetaP[3 / 5`100]//TimingPrimeZetaP[1 / 11`1000];//TimingCompute the elementwise values of an array:
PrimeZetaP[{{2.5, 5.2}, {I + .1, 1.2}}]Or compute the matrix PrimeZetaP function using MatrixFunction:
MatrixFunction[PrimeZetaP, {{2.5, 5.2}, {I + .1, 1.2}}]//FullSimplifyCompute average-case statistical intervals using Around:
PrimeZetaP[ Around[2, 0.01]]Specific Values (3)
Simple exact values are generated automatically:
Table[PrimeZetaP[s ], {s, {1 / 4, 2, 2 / 5, 3}}]//NSome singular points of PrimeZetaP:
Table[PrimeZetaP[s ], {s, {1 / 5, 1 / 3, 1 / 2, 1}}]Find a value of s for which Re[PrimeZetaP[s]]=-2:
sval = s /. FindRoot[Re[PrimeZetaP[s]] == -2, {s, 0.3}]Plot[Re[PrimeZetaP[s]], {s, 0.1, 0.5}, Epilog -> Style[Point[{sval, Re[PrimeZetaP[sval]]}], PointSize[Large], Red]]//QuietVisualization (2)
Plot the real and imaginary parts of PrimeZetaP function:
Plot[{Re[PrimeZetaP[x]], Im[PrimeZetaP[x]]}, {x, 0.01, 1}]//QuietPlot the real part of PrimeZetaP function:
ComplexContourPlot[Re[PrimeZetaP[z]], {z, 0.01 + 0.01 I, 1 + I}, Contours -> 20]Function Properties (3)
Real domain of PrimeZetaP:
FunctionDomain[PrimeZetaP[x], x]FunctionDomain[PrimeZetaP[z], z, Complexes]//FullSimplifyPrimeZetaP threads element-wise over lists:
PrimeZetaP[{2.0, 3.0, 4.0}]TraditionalForm formatting:
PrimeZetaP[s]//TraditionalFormApplications (2)
Related Guides
History
Text
Wolfram Research (2008), PrimeZetaP, Wolfram Language function, https://reference.wolfram.com/language/ref/PrimeZetaP.html.
CMS
Wolfram Language. 2008. "PrimeZetaP." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/PrimeZetaP.html.
APA
Wolfram Language. (2008). PrimeZetaP. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/PrimeZetaP.html
BibTeX
@misc{reference.wolfram_2026_primezetap, author="Wolfram Research", title="{PrimeZetaP}", year="2008", howpublished="\url{https://reference.wolfram.com/language/ref/PrimeZetaP.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_primezetap, organization={Wolfram Research}, title={PrimeZetaP}, year={2008}, url={https://reference.wolfram.com/language/ref/PrimeZetaP.html}, note=[Accessed: 13-June-2026]}