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

Decimal expansion of exp(Pi) - exp(-Pi).
4

%I #11 Aug 28 2019 10:52:54

%S 2,3,0,9,7,4,7,8,7,1,4,5,1,5,4,9,6,7,5,5,9,5,4,6,6,8,6,3,0,7,7,6,8,1,

%T 9,3,6,8,9,9,0,3,7,8,1,3,2,7,8,9,5,7,8,9,1,0,4,6,4,3,2,6,7,2,2,1,2,3,

%U 2,9,1,5,8,4,9,3,3,4,3,4,8,1,5,8,1,8,8,3,2,0,3,7,1,0,5,6,4,8,1,3,5,2,8,8,9

%N Decimal expansion of exp(Pi) - exp(-Pi).

%H N. Kurokawa, M. Wakayama, <a href="https://dml.cz/handle/10338.dmlcz/127942">A generalization of Lerch’s formula</a>, Czechoslovak Math. J. 54 (2004), 941-947.

%F Equals A039661 - A093580.

%F Equals 2*sinh(Pi).

%e 23.0974787145154967559546686307...

%p evalf(exp(Pi)-exp(-Pi)) ;

%t RealDigits[Exp[Pi]-Exp[-Pi],10,120][[1]] (* _Harvey P. Dale_, Aug 28 2019 *)

%o (PARI) exp(Pi) + exp(-Pi) \\ _Michel Marcus_, Jun 29 2019

%Y Cf. A039661 (exp(Pi)), A093580 (exp(-Pi)), A175314.

%K cons,nonn

%O 2,1

%A _R. J. Mathar_, Apr 01 2010