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”).

A367959
Decimal expansion of sinh(Pi/2).
3
2, 3, 0, 1, 2, 9, 8, 9, 0, 2, 3, 0, 7, 2, 9, 4, 8, 7, 3, 4, 6, 3, 0, 4, 0, 0, 2, 3, 4, 3, 4, 4, 2, 7, 1, 7, 8, 1, 7, 8, 1, 4, 6, 5, 1, 6, 5, 1, 6, 3, 8, 2, 6, 6, 5, 9, 7, 2, 8, 3, 9, 8, 0, 3, 0, 9, 3, 5, 6, 6, 0, 1, 3, 8, 0, 3, 0, 4, 9, 9, 9, 8, 4, 8, 0, 0, 5, 2, 2, 4, 4, 3, 5
OFFSET
1,1
FORMULA
Equals (Pi/2) * A308716 = A308715 - A049006.
Equals Product_{k>=1} (4*k^2+1)/(4*k^2-1). - Amiram Eldar, Dec 11 2023
EXAMPLE
2.301298902307294873463040...
MAPLE
evalf(sinh(Pi/2)) ;
MATHEMATICA
First[RealDigits[Sinh[Pi/2], 10, 100]] (* Paolo Xausa, Dec 06 2023 *)
PROG
(PARI) sinh(Pi/2) \\ Amiram Eldar, Dec 11 2023
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
R. J. Mathar, Dec 06 2023
STATUS
approved