A073449 Decimal expansion of cot(1).
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
Examples
0.64209261593433070300641998659...
Links
- Mohammad K. Azarian, Forty-Five Nested Equilateral Triangles and cosecant of 1 degree, Problem 813, College Mathematics Journal, Vol. 36, No. 5, November 2005, pp. 413-414.
- Mohammad K. Azarian, Solution of Forty-Five Nested Equilateral Triangles and cosecant of 1 degree, Problem 813, College Mathematics Journal, Vol. 37, No. 5, November 2006, pp. 394-395.
- Index entries for transcendental numbers
Crossrefs
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
Comments