login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A367960
Decimal expansion of tanh(Pi/2).
3
9, 1, 7, 1, 5, 2, 3, 3, 5, 6, 6, 7, 2, 7, 4, 3, 4, 6, 3, 7, 3, 0, 9, 2, 9, 2, 1, 4, 4, 2, 6, 1, 8, 7, 7, 5, 3, 6, 7, 9, 2, 7, 1, 4, 8, 6, 0, 1, 0, 8, 8, 9, 4, 5, 3, 4, 3, 5, 7, 4, 1, 2, 4, 2, 9, 1, 5, 0, 6, 1, 7, 1, 4, 0, 7, 0, 1, 9, 7, 1, 5, 0, 4, 4, 1, 4, 9, 4, 8, 6, 4, 6
OFFSET
0,1
REFERENCES
Calvin C. Clawson, Mathematical Mysteries: The Beauty and Magic of Numbers, Springer, 2013. See p. 225.
FORMULA
Equals 1/A367961 = A367959 / A308715 = (2/Pi)*A228048.
Equals (e^Pi - 1)/(e^Pi + 1) = K_{n>0} Pi^(2-[n=1])/(4*n - 2) (see Clawson at p. 225). - Stefano Spezia, Jul 01 2024
EXAMPLE
0.91715233566727434637309...
MAPLE
evalf(tanh(Pi/2)) ;
MATHEMATICA
First[RealDigits[Tanh[Pi/2], 10, 100]] (* Paolo Xausa, Dec 06 2023 *)
CROSSREFS
Cf. A367961, A367959, A308715, A083124 (cont. frac).
Sequence in context: A213916 A297815 A021920 * A280703 A364502 A141749
KEYWORD
nonn,cons
AUTHOR
R. J. Mathar, Dec 06 2023
STATUS
approved