OFFSET
1,1
COMMENTS
(A220086/A220605)*(A220607/A220606) = A160389, which is the case n=7 of (Gamma(1/n)/Gamma(2/n))*(Gamma((n-1)/n)/Gamma((n-2)/n)) = 2*cos(Pi/n).
A220086*A220605*A220606*A220607*A220608*A220609 = (2*Pi)^3/sqrt(7), which is the case n=7 of product(Gamma(i/n), i=1..n-1) = sqrt((2*Pi)^(n-1)/n) (see also the second link to Wikipedia).
Continued fraction expansion: 6, 1, 1, 4, 1, 2, 2, 1, 5, 1, 10, 7, 1,...
LINKS
FORMULA
Equals Pi*csc(Pi/7)/A220607, where csc is the cosecant function.
EXAMPLE
6.5480629402478244377140933494289962626211351873841351...
MATHEMATICA
RealDigits[Gamma[1/7], 10, 90][[1]]
PROG
(Maxima) fpprec:90; ev(bfloat(gamma(1/7)));
(PARI) default(realprecision, 100); gamma(1/7) \\ G. C. Greubel, Mar 10 2018
(Magma) SetDefaultRealField(RealField(100)); Gamma(1/7); // G. C. Greubel, Mar 10 2018
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Bruno Berselli, Dec 12 2012
STATUS
approved