OFFSET
1,2
COMMENTS
The imaginary part, 0.624810..., is given by A156590.
(a-1) is the limit of the real part of the same expression, but with f(z)=i/(1+z), and therefore the real part of the continued fraction i/(1+i/(1+i/(...))). Moreover, (a-1) equals also the imaginary part of the continued fraction i/(i+i/(i+i/(...))). - Stanislav Sykora, May 27 2015
FORMULA
Define z(1)=f(0)=sqrt(i), where i=sqrt(-1), and z(n)=f(z(n-1)) for n>1.
Write the limit of z(n) as a+bi where a and b are real. Then a=(b+1)/(2b), where b=sqrt((sqrt(17)-1)/8).
EXAMPLE
1.300242590220...
MATHEMATICA
RealDigits[1/2 + Sqrt[(1+Sqrt[17])/8], 10, 120][[1]] (* Vaclav Kotesovec, May 28 2015 *)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Feb 12 2009
STATUS
approved