Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #15 Sep 08 2022 08:45:54
%S 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,
%T 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,
%U 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
%N Decimal expansion of log(2+sqrt(3))/4.
%D Gottfried Helms and others, Postings to Sequence Fans Mailing List, Apr 05 2012
%H <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>
%e 0.32923947423120417715626158682699211100674549286687911994211...
%t RealDigits[N[Log[2 + Sqrt[3]] / 4, 150]][[1]] (* _Vincenzo Librandi_, May 16 2019 *)
%o (PARI) log(sqrt(3)+2)/4 \\ _Charles R Greathouse IV_, May 15 2019
%o (Magma) SetDefaultRealField(RealField(100)); Log(2 + Sqrt(3)) / 4; // _Vincenzo Librandi_, May 16 2019
%Y Cf. A003010.
%Y Equals A065918/4.
%K nonn,cons
%O 0,1
%A _N. J. A. Sloane_, Apr 06 2012