A019913 Decimal expansion of tangent of 15 degrees.
2, 6, 7, 9, 4, 9, 1, 9, 2, 4, 3, 1, 1, 2, 2, 7, 0, 6, 4, 7, 2, 5, 5, 3, 6, 5, 8, 4, 9, 4, 1, 2, 7, 6, 3, 3, 0, 5, 7, 1, 9, 4, 7, 4, 6, 1, 8, 9, 6, 1, 9, 3, 7, 1, 9, 4, 4, 1, 9, 3, 0, 2, 0, 5, 4, 8, 0, 6, 6, 9, 8, 3, 0, 9, 1, 1, 9, 9, 9, 6, 2, 9, 1, 8, 8, 5, 3, 8, 1, 3, 2, 4, 2, 7, 5, 1, 4, 2, 4
Offset: 0
Examples
0.2679491924311227064725536...
References
- Paul J. Nahin, An Imaginary Tale: The Story of sqrt(-1). Princeton, New Jersey: Princeton University Press (1988): 22 - 23.
Links
- Ivan Panchenko, Table of n, a(n) for n = 0..1000
- Willis F. Kern and James R. Bland, Solid Mensuration: With Proofs, 2nd ed., J. Wiley & Sons, Inc., New York, 1938. See pp. 91-92.
- George Albert Wentworth, New Plane and Spherical Trigonometry, Surveying, and Navigation, Boston: The Atheneum Press (1903), p. 240.
- Wikipedia, Exact trigonometric constants.
- Index entries for algebraic numbers, degree 2
Crossrefs
Cf. A002194 (sqrt(3)).
Programs
-
Mathematica
RealDigits[N[Tan[15 Degree], 200]][[1]] (* Arkadiusz Wesolowski, Nov 29 2011 *)
-
PARI
2-sqrt(3) \\ Charles R Greathouse IV, Aug 27 2017
Formula
Equals Sum_{k>=1} binomial(2*k,k)/(6^k*(k+1)). - Amiram Eldar, Jul 11 2020
Equals exp(-arccosh(2)). - Amiram Eldar, Jul 06 2023
Comments