OFFSET
0,1
COMMENTS
Product of Artin's constant of rank 4 and the equivalent almost-prime products.
FORMULA
The logarithm is -Sum_{s>=2} Sum_{j=1..floor(s/(1+r))} binomial(s-r*j-1, j-1)*(1-Zeta(s))/j at r = 4.
s*Sum_{j=1..floor(s/5)} binomial(s-4j-1, j-1)/j = A058368(s)-1.
Equals 1/Product_{k=1..5} Gamma(1-x_k), where x_k are the 5 roots of the polynomial x*(x+1)^4-1. [R. J. Mathar, Feb 20 2009]
EXAMPLE
0.9298384739543468522383.. = (1-1/16)*(1-1/162)*(1-1/768)*(1-1/2500)*..
MAPLE
r := 4 : ni := fsolve( (n+1)^r*n-1, n, complex) : 1.0/mul(GAMMA(1-d), d=ni) ; # R. J. Mathar, Feb 20 2009
MATHEMATICA
g[k_] := Gamma[Root[-5 + 11# - 6#^2 + #^3 & , k]]; RealDigits[Cosh[(Sqrt[3] Pi)/2]/(Pi g[1] g[2] g[3]) // Re, 10, 105] // First (* Jean-François Alcover, Feb 12 2013 *)
RealDigits[Re[N[Product[1 - 1/(n^4 (n - 1)), {n, 2, Infinity}], 110]]] (* Bruno Berselli, Apr 02 2013 *)
CROSSREFS
KEYWORD
AUTHOR
R. J. Mathar, Feb 13 2009
EXTENSIONS
More terms from Jean-François Alcover, Feb 12 2013
STATUS
approved