OFFSET
0,4
COMMENTS
Terms are computed using the conjectured formula.
LINKS
Harry J. Smith, Table of n, a(n) for n = 0..1000
FORMULA
It is conjectured that L = 0.5432589653429767... = Gamma(1/3)*Gamma(5/6)/Gamma(1/6).
EXAMPLE
L = 0.543258965342976706952728...= 0 + 1/(1 + 1/(1 + 1/(5 + 1/(3 + ...)))).
PROG
(PARI) { default(realprecision, 1080); x=contfrac(gamma(1/3)*gamma(5/6)/gamma(1/6)); d=0; for (n=0, 1000, write("b159671.txt", n, " ", x[n+1])); }
CROSSREFS
KEYWORD
nonn
AUTHOR
Harry J. Smith, Apr 19 2009
STATUS
approved