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.

A114940 Decimal expansion of the infinite sum Sum_{k>=1} sin(k)/k!.

This page as a plain text file.
%I A114940 #14 Aug 05 2025 22:55:47
%S A114940 1,2,7,9,8,8,3,0,0,1,3,7,3,0,2,2,4,9,3,9,0,8,4,6,2,3,0,1,2,0,1,3,9,1,
%T A114940 8,8,8,2,3,5,6,3,8,9,0,7,7,3,9,0,2,8,8,1,1,4,7,2,3,8,8,2,1,5,8,0,5,3,
%U A114940 7,3,7,1,7,8,9,6,8,4,5,4,0,1,2,1,5,4,6,4,0,4,9,2,5,6,1,2,6,5,9,1,5,3,7,3,7,4
%N A114940 Decimal expansion of the infinite sum Sum_{k>=1} sin(k)/k!.
%C A114940 This is the imaginary part of exp(exp(i)), i the imaginary unit, where the real part is 1+A114941. - _R. J. Mathar_, Apr 11 2024
%F A114940 From _Amiram Eldar_, Jul 19 2020: (Start)
%F A114940 Equals e^cos(1) * sin(sin(1)).
%F A114940 Equals sin(sin(1)) * (cosh(cos(1)) + sinh(cos(1))).
%F A114940 Equals (-i)*(e^(e^i) - e^(e^(-i)))/2. (End)
%e A114940 1.279883001373022493908...
%t A114940 Sum[N[Sin[i], 400]/i!, {i, 1, 300}] (* This is accurate to 300 digits. *)
%o A114940 (PARI) suminf(k=1, sin(k)/k!) \\ _Michel Marcus_, Jul 19 2020
%Y A114940 Cf. A001113, A049469, A049470, A114941.
%K A114940 nonn,cons
%O A114940 1,2
%A A114940 _Stefan Steinerberger_, Feb 21 2006