OFFSET
0,1
COMMENTS
Also decimal expansion of tan(i)/i. - N. J. A. Sloane, Feb 12 2010
tanh(x) = (e^x - e^(-x)) / (e^x + e^(-x)).
By the Lindemann-Weierstrass theorem, this constant is transcendental. - Charles R Greathouse IV, May 14 2019
REFERENCES
S. Selby, editor, CRC Basic Mathematical Tables, CRC Press, 1970, p. 218.
LINKS
Ivan Panchenko, Table of n, a(n) for n = 0..1000
Eric Weisstein's World of Mathematics, Hyperbolic Tangent
Eric Weisstein's World of Mathematics, Hyperbolic Functions
FORMULA
Equals Sum_{k>=1} bernoulli(2*k)*2^(2*k)*(2^(2*k)-1)/(2*k)!, where bernoulli(k) = A027641(k)/A027642(k) is the k-th Bernoulli number. - Amiram Eldar, Aug 19 2020
Equal to the continued fraction [0;1,3,5,...,2n-1,...]. - Thomas Ordowski, Oct 22 2024
Equals 1-A349003. - Hugo Pfoertner, Oct 22 2024
EXAMPLE
0.76159415595576488811945828260...
MATHEMATICA
RealDigits[Tanh[1], 10, 100][[1]] (* Amiram Eldar, Aug 19 2020 *)
PROG
(PARI) tanh(1)
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Rick L. Shepherd, Aug 07 2002
STATUS
approved