OFFSET
1,3
REFERENCES
Martin Gardner, "The Unexpected Hanging," page 215.
LINKS
Harry J. Smith, Table of n, a(n) for n = 1..20000
EXAMPLE
0.704770923010457972467598520... = 0 + 1/(1 + 1/(2 + 1/(2 + 1/(1 + ...)))). - Harry J. Smith, Jul 09 2009
MATHEMATICA
ContinuedFraction[ (Pi - Sqrt[3])/2, 75]
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac((Pi - sqrt(3))/2); for (n=1, 20000, write("b060709.txt", n, " ", x[n])); } \\ Harry J. Smith, Jul 09 2009
CROSSREFS
KEYWORD
cofr,nonn
AUTHOR
Robert G. Wilson v, Feb 05 2001
STATUS
approved