OFFSET
0,2
LINKS
Harry J. Smith, Table of n, a(n) for n = 0..19999
G. Xiao, Contfrac
H. S. Uhler, On the numerical value of i^i, Amer. Math. Monthly, 28 (1921), 114-116.
EXAMPLE
0.20787957635076190854695561983497877003387...
i^i = 0.207879576350761908546... = 0 + 1/(4 + 1/(1 + 1/(4 + 1/(3 + ...)))). - Harry J. Smith, Apr 28 2009
MATHEMATICA
ContinuedFraction[ E^(-Pi/2), 100]
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(exp(-Pi/2)); for (n=1, 20000, write("b049007.txt", n-1, " ", x[n])); } \\ Harry J. Smith, Apr 28 2009
CROSSREFS
KEYWORD
nonn,cofr
AUTHOR
EXTENSIONS
Offset changed by Andrew Howroyd, Aug 03 2024
STATUS
approved