Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #12 Aug 02 2015 20:24:22
%S 6,4,9,4,0,7,5,9,3,1,9,7,5,1,0,5,7,6,9,8,2,0,6,2,9,1,1,3,1,1,4,4,8,6,
%T 1,5,7,3,3,5,2,5,6,7,5,3,0,9,6,2,8,6,4,6,6,8,6,6,4,5,1,2,9,0,0,1,2,7,
%U 6,4,5,2,2,8,1,5,0,7,4,2,6,3,8,6,5,2,4,9,1,3,5,9,1,2,5,9,4,0,0
%N Decimal expansion of tangent of 33 degrees.
%C Also the decimal expansion of cotangent of 57 degrees. - _Ivan Panchenko_, Sep 01 2014
%H Ivan Panchenko, <a href="/A019931/b019931.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[33 Degree],10,120][[1]] (* _Harvey P. Dale_, Aug 02 2015 *)
%K nonn,cons
%O 0,1
%A _N. J. A. Sloane_.