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

%I #7 Nov 27 2022 10:39:07

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

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

%U 0,5,1,9,1,2,9,8,2,5,4,9,5,6,5

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

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

%e 0.24410278520130290958297595017483151930167906307711429...

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

%Y Cf. A358642 (largest).

%K nonn,cons

%O 0,1

%A _Stefano Spezia_, Nov 24 2022