OFFSET
1,1
LINKS
Harry J. Smith, Table of n, a(n) for n = 1..1000
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
PROG
(PARI) { default(realprecision, 1080); x=contfrac(gamma(1/3)); for (n=1, 1000, write("b030651.txt", n, " ", x[n])); } \\ Harry J. Smith, Apr 20 2009
CROSSREFS
KEYWORD
nonn,cofr
AUTHOR
Paolo Dominici (pl.dm(AT)libero.it)
STATUS
editing