OFFSET
1,1
LINKS
Meselem Karras and Abdallah Derbal, Mean value of an arithmetic function associated with the Piltz divisor function, Asian-European Journal of Mathematics, Vol. 13, No. 3 (2018), 2050062.
FORMULA
Equals Product_{p prime} ((1 - 1/p) * (2 + (1 - 1/p)^(-3))/3).
EXAMPLE
2.22416248380186958442174889454690037857600080851428...
MATHEMATICA
$MaxExtraPrecision = 1000; m = 1000; c = LinearRecurrence[{6, -16, 64/3, -32/3}, {0, 8, 32, 224/3}, m]; RealDigits[Exp[NSum[Indexed[c, n]*PrimeZetaP[n]/n/2^n, {n, 2, m}, NSumTerms -> m, WorkingPrecision -> m]], 10, 100][[1]]
PROG
(PARI) prodeulerrat((1 - 1/p) * (2 + (1 - 1/p)^(-3))/3) \\ Amiram Eldar, Sep 16 2024
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Amiram Eldar, May 10 2019
STATUS
approved