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