OFFSET
1,2
COMMENTS
Also the decimal expansion of cotangent of 31 degrees. - Ivan Panchenko, Sep 01 2014
LINKS
Ivan Panchenko, Table of n, a(n) for n = 1..1000
EXAMPLE
1.664279482350517911030496170034782423769483861108554892941...
MATHEMATICA
RealDigits[Tan[59 Degree], 10, 120][[1]] (* Harvey P. Dale, Aug 17 2012 *)
RealDigits[Tan[59*Pi/180], 10, 100][[1]] (* G. C. Greubel, Nov 22 2018 *)
PROG
(PARI) default(realprecision, 100); tan(59*Pi/180) \\ G. C. Greubel, Nov 22 2018
(Magma) SetDefaultRealField(RealField(100)); R:= RealField(); Tan(59*Pi(R)/180); // G. C. Greubel, Nov 22 2018
(Sage) numerical_approx(tan(59*pi/180), digits=100) # G. C. Greubel, Nov 22 2018
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
STATUS
approved