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!)
A202245 Decimal expansion of x>0 satisfying x*sinh(3x)=1. 2
4, 8, 8, 2, 9, 2, 4, 4, 4, 7, 8, 7, 8, 1, 8, 0, 4, 1, 9, 2, 9, 7, 6, 3, 3, 3, 4, 5, 8, 5, 0, 3, 5, 4, 5, 9, 2, 0, 9, 8, 3, 1, 6, 4, 6, 0, 5, 6, 4, 9, 6, 7, 0, 2, 0, 1, 6, 4, 1, 5, 2, 1, 9, 0, 0, 4, 4, 6, 1, 7, 8, 8, 6, 6, 5, 5, 1, 2, 8, 1, 0, 3, 4, 6, 1, 8, 9, 4, 7, 0, 9, 0, 5, 1, 1, 1, 6, 4, 2 (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.48829244478781804192976333458503545920...
MATHEMATICA
u = 3; 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, .4, .5}, WorkingPrecision -> 110]
RealDigits[r] (* A202245 *)
CROSSREFS
Cf. A201946.
Sequence in context: A021676 A122153 A200628 * A153258 A319592 A200395
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)