OFFSET
0,1
LINKS
Harry J. Smith, Table of n, a(n) for n = 0..999
Gang Xiao, Contfrac
FORMULA
Note that 3 * Gamma(1/3) * Gamma(2/3) = 2 * Pi * sqrt(3).
EXAMPLE
Gamma(1/3) = 2.67893853470774... = 2 + 1/(1 + 1/(2 + 1/(8 + 1/(1 + ...)))). - Harry J. Smith, Apr 20 2009
MATHEMATICA
ContinuedFraction[Gamma[1/3], 50] (* Alonso del Arte, Mar 30 2020 *)
PROG
(PARI) { default(realprecision, 1080); x=contfrac(gamma(1/3)); for (n=1, 1000, write("b030651.txt", n-1, " ", x[n])); } \\ Harry J. Smith, Apr 20 2009
CROSSREFS
KEYWORD
nonn,cofr
AUTHOR
Paolo Dominici (pl.dm(AT)libero.it)
EXTENSIONS
Offset changed by Andrew Howroyd, Aug 03 2024
STATUS
approved