OFFSET
0,2
LINKS
Harry J. Smith, Table of n, a(n) for n = 0..4999
G. Xiao, Contfrac
FORMULA
Note that 3*GAMMA(1/3)*GAMMA(2/3) = 2*Pi*sqrt(3).
EXAMPLE
1.354117939426400416945288028... = 1 + 1/(2 + 1/(1 + 1/(4 + 1/(1 + ...)))). - Harry J. Smith, May 14 2009
MATHEMATICA
ContinuedFraction[Gamma[2/3], 100] (* Harvey P. Dale, Sep 05 2021 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 5200); x=contfrac(gamma(2/3)); for (n=1, 5000, write("b030652.txt", n-1, " ", x[n])); } \\ Harry J. Smith, May 14 2009
CROSSREFS
KEYWORD
nonn,cofr
AUTHOR
Paolo Dominici (pl.dm(AT)libero.it)
EXTENSIONS
Offset changed by Andrew Howroyd, Aug 03 2024
STATUS
approved