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.

A049469 Decimal expansion of sin(1).

Original entry on oeis.org

8, 4, 1, 4, 7, 0, 9, 8, 4, 8, 0, 7, 8, 9, 6, 5, 0, 6, 6, 5, 2, 5, 0, 2, 3, 2, 1, 6, 3, 0, 2, 9, 8, 9, 9, 9, 6, 2, 2, 5, 6, 3, 0, 6, 0, 7, 9, 8, 3, 7, 1, 0, 6, 5, 6, 7, 2, 7, 5, 1, 7, 0, 9, 9, 9, 1, 9, 1, 0, 4, 0, 4, 3, 9, 1, 2, 3, 9, 6, 6, 8, 9, 4, 8, 6, 3, 9, 7, 4, 3, 5, 4, 3, 0, 5, 2, 6, 9, 5
Offset: 0

Views

Author

Albert du Toit (dutwa(AT)intekom.co.za), N. J. A. Sloane

Keywords

Comments

Also, decimal expansion of the imaginary part of e^i. - Bruno Berselli, Feb 08 2013
By the Lindemann-Weierstrass theorem, this constant is transcendental. - Charles R Greathouse IV, May 12 2019

Examples

			0.8414709848078965...
		

Crossrefs

Cf. A049470 (real part of e^i), A211883 (real part of -(i^e)), A211884 (imaginary part of -(i^e)). - Bruno Berselli, Feb 08 2013
Cf. A074790.

Programs

Formula

Continued fraction representation: sin(1) = 1 - 1/(6 + 6/(19 + 20/(41 + ... + (2*n - 1)*(2*n - 2)/((4*n^2 + 2*n - 1) + ... )))). See A074790 for details. - Peter Bala, Jan 30 2015
Equals Sum_{k > 0} (-1)^(k-1)/((2k-1)!) = Sum_{k > 0} (-1)^(k-1)/A009445(k-1) [See Gradshteyn and Ryzhik]. - A.H.M. Smeets, Sep 22 2018
Equals Product{k>=1} cos(1/2^k). - Amiram Eldar, Aug 20 2020
Equals Integral_{x=-1..1} cos(x)/[exp(1/x)+1] dx. [Nahin]. - R. J. Mathar, May 16 2024