OFFSET
0,3
LINKS
Harry J. Smith, Table of n, a(n) for n = 0..20000
EXAMPLE
0.740480489693061041169313498... = 0 + 1/(1 + 1/(2 + 1/(1 + 1/(5 + ...))))
MATHEMATICA
ContinuedFraction[Pi/(3*Sqrt[2]), 120] (* Harvey P. Dale, Nov 11 2017 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(Pi*sqrt(2)/6); for (n=0, 20000, write("b161686.txt", n, " ", x[n+1])); }
CROSSREFS
KEYWORD
nonn
AUTHOR
Harry J. Smith, Jun 18 2009
STATUS
approved