OFFSET
0,1
COMMENTS
Also the asymptotic mean of the ratio between the number of unitary divisors and the number of divisors of the integers.
FORMULA
Equals Product_{p prime} (1-1/p)*(2*p*log(p/(p-1))-1).
EXAMPLE
0.81919096414899190818036566038137358272226885247971...
MATHEMATICA
$MaxExtraPrecision = 1000; m = 1000; f[p_] := (1 - 1/p)*(2*p*Log[p/(p - 1)] - 1); c = Rest[CoefficientList[Series[Log[f[1/x]], {x, 0, m}], x]]; RealDigits[f[2] * Exp[ NSum[ Indexed[c, n]*(PrimeZetaP[n] - 1/2^n), {n, 2, m}, NSumTerms -> m, WorkingPrecision -> m]], 10, 100][[1]]
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Amiram Eldar, May 10 2019
STATUS
approved