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 #10 Jun 20 2021 13:44:13
%S 6,2,4,8,6,9,3,5,1,9,0,9,3,2,7,5,0,9,7,8,0,5,1,0,8,2,7,9,4,9,4,3,6,6,
%T 5,8,3,1,0,8,7,0,2,0,2,8,4,2,7,0,4,9,6,6,7,6,3,6,5,7,3,8,0,3,3,2,9,3,
%U 3,6,4,7,5,9,6,3,9,4,8,5,8,4,4,1,0,3,8,2,7,8,8,6,1,4,6,8,7,8,2
%N Decimal expansion of tangent of 32 degrees.
%C Also the decimal expansion of cotangent of 58 degrees. - _Ivan Panchenko_, Sep 01 2014
%H Ivan Panchenko, <a href="/A019930/b019930.txt">Table of n, a(n) for n = 0..1000</a>
%t RealDigits[Tan[32 Degree],10,120][[1]] (* _Harvey P. Dale_, Jun 20 2021 *)
%K nonn,cons
%O 0,1
%A _N. J. A. Sloane_.