A319129 Decimal expansion of (1 + sqrt(3) + sqrt(2*sqrt(3)))/2.
2, 2, 9, 6, 6, 3, 0, 2, 6, 2, 8, 8, 6, 5, 3, 8, 2, 4, 5, 7, 0, 4, 9, 4, 1, 9, 1, 7, 7, 3, 6, 1, 7, 0, 2, 7, 1, 2, 2, 2, 6, 0, 6, 8, 5, 2, 5, 8, 2, 8, 4, 2, 6, 8, 9, 1, 2, 1, 8, 8, 0, 0, 0, 0, 8, 0, 4, 9, 2, 9, 9, 2, 2, 4, 5, 0, 3, 4, 8, 9, 8, 1
Offset: 0
Examples
2.29663026288653824570494191773617027122260685258284268912188000080492992...
Links
- A.H.M. Smeets, Table of n, a(n) for n = 0..20000
Crossrefs
Cf. A318605.
Programs
-
Maple
Digits:=100: evalf((1+sqrt(3)+sqrt(2*sqrt(3)))/2); # Muniru A Asiru, Sep 12 2018
-
Mathematica
RealDigits[(1 + Sqrt[3] + Sqrt[2 Sqrt[3]])/2, 10, 100][[1]] (* Bruno Berselli, Sep 13 2018 *)
-
PARI
(1+sqrt(3)+sqrt(2*sqrt(3)))/2 \\ Altug Alkan, Sep 11 2018
Comments