OFFSET
1,3
LINKS
Ramanujan's Papers, Some formulas in the analytic theory of numbers, Messenger of Mathematics, XLV, 1916, 81-84, Formula (20), constant c.
FORMULA
Equals lim_{n->infinity} (A345160(n) / (n!)^3)^(1/n).
EXAMPLE
1.080023050247205358427916943691762321424008892237822698674347551375648...
MATHEMATICA
$MaxExtraPrecision = 1000; m = 600; prod = 1; s = 3; Do[Clear[f]; f[p_] := ((p^((k + 1)*s) - 1)/(p^((k + 1)*s) - p^s))^(1/p^k); cc = Rest[CoefficientList[Series[Log[f[1/x]], {x, 0, m}], x, m + 1]]; prod *= f[2]*Exp[N[Sum[Indexed[cc, n]*(PrimeZetaP[n] - 1/2^n), {n, 2, m}], 110]]; Print[prod], {k, 1, 100}]
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Vaclav Kotesovec, Jun 10 2021
STATUS
approved