A182023 Decimal expansion of log(2+sqrt(3))/4.
3, 2, 9, 2, 3, 9, 4, 7, 4, 2, 3, 1, 2, 0, 4, 1, 7, 7, 1, 5, 6, 2, 6, 1, 5, 8, 6, 8, 2, 6, 9, 9, 2, 1, 1, 1, 0, 0, 6, 7, 4, 5, 4, 9, 2, 8, 6, 6, 8, 7, 9, 1, 1, 9, 9, 4, 2, 1, 1, 8, 0, 6, 4, 2, 3, 0, 1, 1, 5, 0, 4, 6, 3, 5, 4, 1, 1, 0, 9, 9, 4, 0, 1, 8, 5, 5, 4, 7, 5, 3, 3, 6, 2, 5, 2, 5, 4, 4, 5
Offset: 0
Examples
0.32923947423120417715626158682699211100674549286687911994211...
References
- Gottfried Helms and others, Postings to Sequence Fans Mailing List, Apr 05 2012
Programs
-
Magma
SetDefaultRealField(RealField(100)); Log(2 + Sqrt(3)) / 4; // Vincenzo Librandi, May 16 2019
-
Mathematica
RealDigits[N[Log[2 + Sqrt[3]] / 4, 150]][[1]] (* Vincenzo Librandi, May 16 2019 *)
-
PARI
log(sqrt(3)+2)/4 \\ Charles R Greathouse IV, May 15 2019