A377813 Decimal expansion of arctanh(phi-1).
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
Examples
0.721817737589405171246638370136552634702...
Programs
-
Mathematica
RealDigits[ArcTanh[GoldenRatio - 1], 10, 120][[1]] (* Amiram Eldar, Nov 12 2024 *)
-
PARI
atanh((1+sqrt(5))/2-1)
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
Comments