The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A359809 Decimal expansion of the positive solution to tanh(x) = x/2. 0
1, 9, 1, 5, 0, 0, 8, 0, 4, 8, 1, 5, 4, 5, 3, 7, 4, 8, 1, 3, 5, 3, 0, 0, 3, 0, 6, 1, 0, 0, 4, 8, 1, 5, 6, 5, 0, 5, 7, 3, 3, 6, 2, 5, 6, 8, 7, 8, 5, 9, 2, 8, 9, 8, 6, 1, 1, 3, 7, 4, 7, 3, 4, 6, 6, 4, 1, 3, 5, 6, 2, 3, 7, 6, 2, 6, 3, 1, 7, 3, 0, 9, 7, 7, 9, 3, 7, 6, 6, 1, 1, 3, 6, 8 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also, point where e^-(x/2 - 1)^2 + e^-(x/2 + 1)^2 has its maximum.
LINKS
EXAMPLE
1.91500804815453748135300306100481565...
MATHEMATICA
RealDigits[x /. FindRoot[Tanh[x] == x/2, {x, 2}, WorkingPrecision -> 110], 10, 105][[1]] (* Amiram Eldar, Jan 13 2023 *)
PROG
(PARI) localprec(199); digits(solve(x=1, 2, tanh(x)-x/2)\.1^150)
CROSSREFS
Cf. A309211.
Sequence in context: A178745 A114893 A089101 * A298512 A192930 A010168
KEYWORD
nonn,cons
AUTHOR
M. F. Hasler, Jan 13 2023
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 May 16 17:27 EDT 2024. Contains 372554 sequences. (Running on oeis4.)