Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #13 Feb 19 2024 11:36:16
%S 4,4,5,2,2,8,6,8,5,3,0,8,5,3,6,1,6,3,9,2,2,3,6,7,0,3,0,6,4,5,6,6,5,7,
%T 5,4,9,8,7,4,3,0,6,7,8,4,2,7,9,2,6,5,1,6,5,5,6,2,7,0,1,8,7,0,0,0,5,2,
%U 8,5,5,7,3,3,3,7,8,8,3,4,9,5,1,0,8,1,6,3,7,5,0,4,3,5,1,8,5,7,6
%N Decimal expansion of tangent of 24 degrees.
%C Also the decimal expansion of cotangent of 66 degrees. - _Mohammad K. Azarian_, Jun 30 2013
%H Ivan Panchenko, <a href="/A019922/b019922.txt">Table of n, a(n) for n = 0..1000</a>
%H Wikipedia, <a href="http://en.wikipedia.org/wiki/Exact_trigonometric_constants">Exact trigonometric constants</a>
%t RealDigits[Tan[24 Degree],10,120][[1]] (* _Harvey P. Dale_, Feb 19 2024 *)
%K nonn,cons
%O 0,1
%A _N. J. A. Sloane_.