OFFSET
0,1
LINKS
G. Niklasch, Some number theoretical constants: 1000-digit values. [Cached copy]
Peter C. Sarnak, Class Numbers of Indefinite Binary Quadratic Forms II, Journal of Number Theory, Vol. 21, No. 3 (1985), pp. 333-346.
Eric Weisstein's World of Mathematics, Sarnak's Constant.
EXAMPLE
0.7236484022982000094088491498...
MATHEMATICA
$MaxExtraPrecision = 500; digits = 98; terms = 500; P[n_] := PrimeZetaP[n] - 1/2^n; LR = Join[{0, 0}, LinearRecurrence[{0, 1, 2}, {-2, -6, -2}, terms + 10]]; r[n_Integer] := LR[[n]]; Exp[NSum[r[n]*P[n - 1]/(n - 1), {n, 3, terms}, NSumTerms -> terms, WorkingPrecision -> digits + 10]] // RealDigits[#, 10, digits]& // First (* Jean-François Alcover, Apr 18 2016 *)
PROG
(PARI) prodeulerrat(1 - (p+2)/p^3, 1, 3) \\ Amiram Eldar, Mar 15 2021
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
N. J. A. Sloane, Nov 19 2001
STATUS
approved