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