login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Decimal expansion of the smallest real solution of 2*x = 2 + log(4*x - 1).
1

%I #6 Nov 27 2022 10:39:29

%S 3,1,3,3,1,2,7,2,7,3,2,4,0,2,8,0,1,0,6,0,4,7,2,9,1,8,3,1,7,4,1,6,5,9,

%T 0,6,4,8,5,2,4,3,8,2,6,9,7,1,6,2,7,6,3,6,4,7,3,2,4,7,4,2,6,8,4,9,4,8,

%U 3,3,3,9,2,8,1,6,7,9,5,1,8,6,6,9,7,5,9,6

%N Decimal expansion of the smallest real solution of 2*x = 2 + log(4*x - 1).

%H <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>.

%e 0.313312727324028010604729183174165906485243826971627636473...

%t First[RealDigits[First[x/.NSolve[2x==2+Log[4x-1],x,88]]]]

%Y Cf. A358644 (largest).

%K nonn,cons

%O 0,1

%A _Stefano Spezia_, Nov 24 2022