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”).

A358643
Decimal expansion of the smallest real solution of 2*x = 2 + log(4*x - 1).
1
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, 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, 3, 3, 3, 9, 2, 8, 1, 6, 7, 9, 5, 1, 8, 6, 6, 9, 7, 5, 9, 6
OFFSET
0,1
EXAMPLE
0.313312727324028010604729183174165906485243826971627636473...
MATHEMATICA
First[RealDigits[First[x/.NSolve[2x==2+Log[4x-1], x, 88]]]]
CROSSREFS
Cf. A358644 (largest).
Sequence in context: A279340 A089607 A216637 * A234308 A050141 A274773
KEYWORD
nonn,cons
AUTHOR
Stefano Spezia, Nov 24 2022
STATUS
approved