OFFSET
0,1
LINKS
J. Borwein et al., Experimentation in Mathematics, 2004, section 1.2.
E. W. Weisstein, Infinite Product, MathWorld.
EXAMPLE
0.9834397805869282351144875535540...
MATHEMATICA
p = 2*Product[Gamma[2+(-1)^(k+k/7)], {k, 6}]/Product[Gamma[2-(-1)^(k+k/7)], {k, 6}]; RealDigits[Re[p], 10, 105][[1]] (* Jean-François Alcover, Feb 11 2013, updated Nov 18 2015 *)
RealDigits[Re[N[Product[(n^7 - 1)/(n^7 + 1), {n, 2, Infinity}], 110]]][[1]] (* Bruno Berselli, Apr 02 2013 *)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
R. J. Mathar, Feb 01 2009
EXTENSIONS
More terms from Jean-François Alcover, Feb 11 2013
STATUS
approved