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”).
%I #6 Apr 27 2020 01:58:17
%S 7,5,4,4,1,3,7,1,0,2,8,1,6,9,7,5,8,2,6,3,4,1,8,2,0,0,4,2,5,1,6,5,3,2,
%T 7,4,0,2,9,4,9,8,5,7,4,4,3,0,1,6,7,1,6,6,6,3,6,9,1,3,6,4,3,2,1,7,4,0,
%U 4,7,3,2,1,8,5,0,0,8,9,0,6,2,2,5,2,1,8,4,3,6,2,9,5,2,2,5,0,9,9,6,3,8,2,9,5,6,0,0,1,7
%N Decimal expansion of sinh(e).
%F Equals Sum_{k>=0} e^(2*k+1)/(2*k+1)!.
%e (e^e - e^(-e))/2 = 7.54413710281697582634182004251653274...
%t RealDigits[Sinh[E], 10, 110] [[1]]
%Y Cf. A001113, A073226, A073230, A073742, A085659, A334400.
%K nonn,cons
%O 1,1
%A _Ilya Gutkovskiy_, Apr 26 2020