OFFSET
-1,1
COMMENTS
Here, i is the imaginary unit sqrt(-1) and e is the Euler number.
The continued fraction of which this is the real part converges to one of the two solutions of the equation z * (e + z) = i. It is also the unique attractor of the complex mapping M(z) = i/(e + z). The other solution of the equation is an invariant point of M(z), but not its attractor. The imaginary part of this complex constant is in A263209.
Note also that when e and i are exchanged, the resulting continued fraction e/(i + e/(i + e/(...))) does not converge, and the corresponding mapping has no attractor.
LINKS
Stanislav Sykora, Table of n, a(n) for n = -1..2000
FORMULA
Equals the real part of (sqrt(e^2 + 4 * i) - e)/2.
EXAMPLE
0.0458202341378350280601583128893568886363830960955780616634353275813...
MAPLE
evalf((16 + exp(4))^(1/4) * cos(arctan(4*exp(-2))/2) / 2 - exp(1)/2, 120); # Vaclav Kotesovec, Nov 06 2015
MATHEMATICA
RealDigits[Re[(Sqrt[E^2 + 4I] - E)/2], 10, 100][[1]] (* Alonso del Arte, Oct 12 2015 *)
PROG
(PARI) real(-exp(1)+sqrt(exp(2)+4*I))/2
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Stanislav Sykora, Oct 12 2015
STATUS
approved