OFFSET
0,1
REFERENCES
C. A. Pickover, "Wonders of Numbers, Adventures in Mathematics, Mind and Meaning," Oxford University Press, Oxford and NY, 2001, page 68.
LINKS
Harry J. Smith, Table of n, a(n) for n = 0..19999
C. A. Pickover, "Wonders of Numbers, Adventures in Mathematics, Mind and Meaning," Zentralblatt review
EXAMPLE
2.0663656770612464692346959... = 2 + 1/(15 + 1/(14 + 1/(1 + 1/(2 + ...)))). - Harry J. Smith, Jun 27 2009
MATHEMATICA
ContinuedFraction[Sqrt[ \[Pi]*\[ExponentialE]/2], 100]
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(sqrt(Pi*exp(1)/2)); for (n=1, 20000, write("b059445.txt", n-1, " ", x[n])); } \\ Harry J. Smith, Jun 27 2009
CROSSREFS
KEYWORD
cofr,nonn
AUTHOR
Robert G. Wilson v, Feb 01 2001
EXTENSIONS
Offset changed by Andrew Howroyd, Aug 04 2024
STATUS
approved