A276759 Decimal expansion of the real part of the fixed point of -exp(z) in C congruent with the branch K=1 of log(z)+2*Pi*K*i.
1, 5, 3, 3, 9, 1, 3, 3, 1, 9, 7, 9, 3, 5, 7, 4, 5, 0, 7, 9, 1, 9, 7, 4, 1, 0, 8, 2, 0, 7, 2, 7, 3, 3, 7, 7, 9, 7, 8, 5, 2, 9, 8, 6, 1, 0, 6, 5, 0, 7, 6, 6, 6, 7, 1, 7, 3, 3, 0, 7, 6, 0, 0, 5, 6, 8, 9, 4, 4, 9, 0, 8, 1, 1, 0, 0, 4, 3, 9, 2, 4, 4, 9, 9, 0, 6, 1, 0, 5, 6, 5, 5, 3, 4, 6, 3, 7, 0, 9, 6, 2, 0, 7, 1, 0
Offset: 1
Examples
1.533913319793574507919741082072733779785298610650766671733076...
Links
- Stanislav Sykora, Table of n, a(n) for n = 1..2000
- S. Sykora, Fixed points of the mappings exp(z) and -exp(z) in C, Stan's Library, Vol.VI, Oct 2016.
- Eric Weisstein's World of Mathematics, Exponential Function.
- Wikipedia, Exponential function.
Crossrefs
Programs
-
Mathematica
RealDigits[Re[-ProductLog[-1, 1]], 10, 105][[1]] (* Jean-François Alcover, Nov 12 2016 *)
-
PARI
default(realprecision,2050);eps=5.0*10^(default(realprecision)) M(z,K)=log(-z)+2*Pi*K*I; \\ the convergent mapping (any K!=0) K=1;z=1+I;zlast=z; while(1,z=M(z,K);if(abs(z-zlast)
Comments