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 #14 Nov 26 2024 16:23:37
%S 6,0,0,8,6,0,6,1,9,0,2,7,5,6,0,4,1,4,8,7,8,6,6,4,4,2,6,3,5,4,6,6,4,4,
%T 6,3,1,5,8,5,5,5,2,3,0,8,2,3,2,4,0,7,9,1,2,2,2,5,4,2,6,1,5,5,6,6,8,3,
%U 4,2,5,8,6,1,5,4,0,9,0,8,3,5,2,4,5,4,8,5,0,3,0,4,0,6,9,0,5,9,0
%N Decimal expansion of tangent of 31 degrees.
%C Also the decimal expansion of cotangent of 59 degrees. - _Ivan Panchenko_, Sep 01 2014
%H Ivan Panchenko, <a href="/A019929/b019929.txt">Table of n, a(n) for n = 0..1000</a>
%H <a href="/index/Al#algebraic_24">Index entries for algebraic numbers, degree 24</a>
%t RealDigits[Tan[31 Degree],10,120][[1]] (* _Harvey P. Dale_, Sep 28 2015 *)
%o (PARI) tan(31*Pi/180) \\ _Charles R Greathouse IV_, Nov 26 2024
%K nonn,cons
%O 0,1
%A _N. J. A. Sloane_.