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