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.

A073449 Decimal expansion of cot(1).

Original entry on oeis.org

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

Views

Author

Rick L. Shepherd, Aug 01 2002

Keywords

Comments

By the Lindemann-Weierstrass theorem, this constant is transcendental. - Charles R Greathouse IV, May 13 2019

Examples

			0.64209261593433070300641998659...
		

Crossrefs

Cf. A049471 (tan(1)=1/A073449), A049469 (sin(1)), A049470 (cos(1)), A073447 (csc(1)), A073448 (sec(1)).

Programs

  • Mathematica
    RealDigits[Cot[1], 10, 100][[1]] (* Amiram Eldar, May 15 2021 *)
  • PARI
    cotan(1)

Formula

Equals Sum_{k>=0} (-1)^k * B(2*k) * 2^(2*k) / (2*k)!, where B(k) is the k-th Bernoulli number. - Amiram Eldar, May 15 2021