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