cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A377813 Decimal expansion of arctanh(phi-1).

Original entry on oeis.org

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

Views

Author

Colin Linzer, Nov 08 2024

Keywords

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

Examples

			0.721817737589405171246638370136552634702...
		

Crossrefs

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