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.

A049470 Decimal expansion of cos(1).

Original entry on oeis.org

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

Views

Author

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

Keywords

Comments

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

Examples

			0.5403023058681397...
		

Crossrefs

Cf. A049469 (imaginary part of e^i), A211883 (real part of -(i^e)), A211884 (imaginary part of -(i^e)). - Bruno Berselli, Feb 08 2013
Cf. A073743 ( cosh(1) ), A073448, A275651.

Programs

Formula

Continued fraction representation: cos(1) = 1/(1 + 1/(1 + 2/(11 + 12/(29 + ... + (2*n - 2)*(2*n - 3)/((4*n^2 - 2*n - 1) + ... ))))). See A275651 for proof. Cf. A073743. - Peter Bala, Sep 02 2016
Equals Sum_{k >= 0} (-1)^k/A010050(k), where A010050(k) = (2k)! [See Gradshteyn and Ryzhik]. - A.H.M. Smeets, Sep 22 2018
Equals 1/A073448. - Alois P. Heinz, Jan 23 2023
From Gerry Martens, May 04 2024: (Start)
Equals (4*(cos(1/4)^4 + sin(1/4)^4) - 3).
Equals (16*(cos(1/4)^6 + sin(1/4)^6) - 10)/6. (End)