A277681 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.
2, 0, 6, 2, 2, 7, 7, 7, 2, 9, 5, 9, 8, 2, 8, 3, 8, 8, 4, 9, 7, 8, 4, 8, 6, 7, 2, 0, 0, 0, 8, 0, 4, 5, 9, 5, 1, 2, 8, 3, 5, 9, 2, 3, 0, 6, 7, 0, 4, 5, 9, 1, 6, 1, 3, 1, 0, 0, 9, 8, 4, 2, 0, 0, 0, 0, 4, 9, 4, 9, 8, 8, 0, 5, 3, 4, 8, 5, 2, 9, 5, 4, 7, 3, 7, 8, 9, 2, 4, 9, 9, 0, 0, 4, 2, 5, 3, 8, 6, 3, 3, 6, 1, 6, 8
Offset: 1
Examples
2.062277729598283884978486720008045951283592306704591613100984...
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[-2, -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) K=1;z=1+I;zlast=z; while(1,z=M(z,K);if(abs(z-zlast)
Comments