A190179 Decimal expansion of (1+sqrt(-3+4*sqrt(2)))/2.
1, 3, 1, 4, 9, 9, 2, 9, 8, 3, 0, 2, 0, 7, 7, 1, 1, 9, 7, 1, 1, 9, 1, 6, 4, 2, 0, 3, 6, 3, 8, 2, 6, 3, 0, 4, 4, 5, 6, 4, 9, 0, 9, 3, 4, 6, 6, 3, 3, 7, 5, 6, 0, 0, 3, 2, 0, 8, 0, 0, 3, 1, 7, 2, 6, 0, 5, 6, 0, 2, 8, 8, 6, 5, 3, 6, 0, 3, 8, 8, 6, 6, 1, 9, 2, 6, 2, 4, 0, 6, 2, 5, 8, 0, 8, 8, 0, 9, 3, 2, 4, 8, 0, 9, 9, 1, 8, 4, 8, 1, 5, 5, 0, 8, 9, 5, 5, 3, 9, 1
Offset: 1
Examples
1.314992983020771197119164203638263044565...
Links
Programs
-
Magma
(1+Sqrt(-3+4*Sqrt(2)))/2; // G. C. Greubel, Dec 28 2017
-
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 *)
-
PARI
(1+sqrt(-3+4*sqrt(2)))/2 \\ Altug Alkan, Apr 29 2016
Formula
Equals 1+sqrt(c-sqrt(c+sqrt(c-sqrt(c+ ...)))), with c=sqrt(2). - Stanislav Sykora, Apr 29 2016
Comments