login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A202244 Decimal expansion of x>0 satisfying x*sinh(2x)=1. 2
6, 2, 4, 6, 9, 7, 1, 6, 8, 3, 2, 3, 1, 6, 2, 2, 3, 6, 2, 5, 5, 6, 3, 7, 1, 6, 0, 6, 3, 0, 5, 0, 4, 0, 6, 1, 7, 3, 4, 7, 2, 0, 6, 5, 0, 4, 5, 0, 7, 6, 4, 8, 4, 8, 1, 4, 8, 6, 3, 0, 3, 8, 4, 3, 4, 4, 1, 0, 6, 1, 9, 8, 6, 5, 5, 3, 1, 1, 4, 9, 1, 5, 0, 2, 6, 6, 2, 8, 8, 5, 4, 1, 4, 3, 2, 6, 9, 5, 9 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
See A201939 for a guide to related sequences. The Mathematica program includes a graph.
LINKS
EXAMPLE
x=0.62469716832316223625563716063050406173...
MATHEMATICA
u = 2; v = 1;
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, .6, .7}, WorkingPrecision -> 110]
RealDigits[r] (* A202244 *)
CROSSREFS
Cf. A201946.
Sequence in context: A175286 A061496 A125115 * A257535 A020831 A298777
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Dec 15 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)