A202284 Decimal expansion of x>0 satisfying x*sinh(2x)=2.
8, 1, 5, 0, 0, 1, 8, 2, 3, 8, 6, 6, 9, 8, 1, 3, 6, 5, 0, 0, 6, 4, 6, 4, 7, 4, 5, 0, 7, 7, 4, 9, 8, 3, 9, 4, 1, 6, 7, 6, 1, 2, 4, 8, 4, 4, 2, 0, 6, 6, 0, 5, 4, 6, 3, 0, 0, 8, 7, 3, 6, 7, 2, 0, 5, 4, 7, 8, 4, 4, 8, 3, 9, 3, 9, 3, 2, 5, 1, 1, 3, 0, 3, 2, 4, 5, 4, 4, 0, 1, 7, 0, 5, 3, 0, 7, 1, 7, 6
Offset: 0
Examples
x=0.81500182386698136500646474507749839416761248...
Crossrefs
Cf. A201946.
Programs
-
Mathematica
u = 2; v = 2; f[x_] := x*Sinh[u*x]; g[x_] := v Plot[{f[x], g[x]}, {x, 0, 1}, {AxesOrigin -> {0, 0}}] r = x /. FindRoot[f[x] == g[x], {x, .8, .9}, WorkingPrecision -> 110] RealDigits[r] (* A202284 *)
Comments