A188887 Decimal expansion of sqrt(2 + sqrt(3)).
1, 9, 3, 1, 8, 5, 1, 6, 5, 2, 5, 7, 8, 1, 3, 6, 5, 7, 3, 4, 9, 9, 4, 8, 6, 3, 9, 9, 4, 5, 7, 7, 9, 4, 7, 3, 5, 2, 6, 7, 8, 0, 9, 6, 7, 8, 0, 1, 6, 8, 0, 9, 1, 0, 0, 8, 0, 4, 6, 8, 6, 1, 5, 2, 6, 2, 0, 8, 4, 6, 4, 2, 7, 9, 5, 9, 7, 1, 1, 0, 3, 2, 6, 9, 5, 1, 2, 3, 4, 8, 3, 7, 1, 6, 1, 4, 0, 9, 0, 3, 7, 7, 6, 8, 0, 4, 2, 2, 3, 7, 2, 8, 7, 6, 3, 2, 4, 3, 0, 7, 4, 8, 9, 1, 8, 5, 0, 7, 5, 7
Offset: 1
Examples
1.931851652578136573499486399457794735267809678016809...
Links
- G. C. Greubel, Table of n, a(n) for n = 1..10000
- Burkard Polster, Irrational roots, Mathologer video (2018).
- Index entries for algebraic numbers, degree 4.
Programs
-
Magma
Sqrt(2 + Sqrt(3)); // G. C. Greubel, Apr 10 2018
-
Mathematica
r = 2^(1/2); t = (r + (4 + r^2)^(1/2))/2; FullSimplify[t] N[t, 130] RealDigits[N[t, 130]][[1]] ContinuedFraction[t, 120] RealDigits[Sqrt[2 + Sqrt[3]], 10, 100][[1]] (* G. C. Greubel, Apr 10 2018 *)
-
PARI
sqrt(2 + sqrt(3)) \\ G. C. Greubel, Apr 10 2018
Formula
Equals (sqrt(6) + sqrt(2))/2.
Equals exp(asinh(cos(Pi/4))). - Geoffrey Caveney, Apr 23 2014
Equals cos(Pi/4) + sqrt(1 + cos(Pi/4)^2). - Geoffrey Caveney, Apr 23 2014
Equals i^(1/6) + i^(-1/6). - Gary W. Adamson, Jul 07 2022
Equals the largest root of x - 1/x = sqrt(2) and of x^2 + 1/x^2 = 4. - Gary W. Adamson, Jun 12 2023
Equals Product_{k>=0} ((12*k + 2)*(12*k + 10))/((12*k + 1)*(12*k + 11)). - Antonio Graciá Llorente, Feb 24 2024
From Amiram Eldar, Nov 23 2024: (Start)
Equals Product_{k>=1} (1 - (-1)^k/A091998(k)). (End)
Comments