cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A334399 Decimal expansion of sinh(e).

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