login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A377813
Decimal expansion of arctanh(phi-1).
0
7, 2, 1, 8, 1, 7, 7, 3, 7, 5, 8, 9, 4, 0, 5, 1, 7, 1, 2, 4, 6, 6, 3, 8, 3, 7, 0, 1, 3, 6, 5, 5, 2, 6, 3, 4, 7, 0, 2, 7, 7, 6, 5, 0, 1, 5, 7, 8, 4, 9, 0, 7, 7, 9, 4, 9, 1, 5, 2, 7, 2, 5, 3, 2, 6, 0, 2, 4, 5, 8, 0, 1, 4, 1, 2, 3, 3
OFFSET
0,1
COMMENTS
arctanh(phi-1) is the solution for real valued x in tanh(x) = d/dx tanh(x).
arctanh(phi-1) is the solution for real valued x in cosh(x) * sinh(x) = 1. - Colin Linzer, Nov 22 2024
FORMULA
Equals (1/2)*log(2+sqrt(5)).
Equals (3/2)*log(phi).
Equals arccosh(sqrt(phi)).
Equals arcsinh(sqrt(phi-1)).
Equals f(phi-1) with f(x) = (1/2)*log((2-x+2*sqrt(1-x))/x), a branch of the converse function of the derivative of tanh(x).
Equals 3*A202541. - Hugo Pfoertner, Nov 12 2024
Equals arcsinh(2)/2. - Colin Linzer, Nov 22 2024
EXAMPLE
0.721817737589405171246638370136552634702...
MATHEMATICA
RealDigits[ArcTanh[GoldenRatio - 1], 10, 120][[1]] (* Amiram Eldar, Nov 12 2024 *)
PROG
(PARI) atanh((1+sqrt(5))/2-1)
CROSSREFS
Sequence in context: A154020 A060991 A120455 * A268895 A108433 A274570
KEYWORD
nonn,cons
AUTHOR
Colin Linzer, Nov 08 2024
STATUS
approved