OFFSET
1,2
COMMENTS
Let R denote a rectangle whose shape (i.e., length/width) is (1+sqrt(-3+4*sqrt(2)))/2. R can be partitioned into squares and silver rectangles in a manner that matches the periodic continued fraction [1,r,1,r,...], where r is the silver ratio: 1+sqrt(2)=[2,2,2,2,2,...]. R can also be partitioned into squares so as to match the nonperiodic continued fraction [1,3,5,1,2,1,1,1,2,...] at A190180. For details, see A188635.
The real value a-1 is the only invariant point of the complex-plane mapping M(c,z)=sqrt(c-sqrt(c+z)), with c = sqrt(2), and its only attractor, convergent from any starting complex-plane location. - Stanislav Sykora, Apr 29 2016
LINKS
FORMULA
Equals 1+sqrt(c-sqrt(c+sqrt(c-sqrt(c+ ...)))), with c=sqrt(2). - Stanislav Sykora, Apr 29 2016
EXAMPLE
1.314992983020771197119164203638263044565...
MATHEMATICA
r = 1 + 2^(1/2));
FromContinuedFraction[{1, r, {1, r}}]
FullSimplify[%]
ContinuedFraction[%, 100] (* A190180 *)
RealDigits[N[%%, 120]] (* A190179 *)
N[%%%, 40]
RealDigits[(1+Sqrt[4Sqrt[2]-3])/2, 10, 120][[1]] (* Harvey P. Dale, May 19 2012 *)
PROG
(PARI) (1+sqrt(-3+4*sqrt(2)))/2 \\ Altug Alkan, Apr 29 2016
(Magma) (1+Sqrt(-3+4*Sqrt(2)))/2; // G. C. Greubel, Dec 28 2017
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, May 05 2011
STATUS
approved