login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A019953 Decimal expansion of tangent of 55 degrees. 1
1, 4, 2, 8, 1, 4, 8, 0, 0, 6, 7, 4, 2, 1, 1, 4, 5, 0, 2, 1, 6, 0, 6, 1, 8, 4, 8, 4, 9, 9, 8, 5, 0, 0, 7, 3, 9, 6, 3, 3, 8, 0, 1, 6, 1, 2, 0, 7, 5, 3, 1, 9, 0, 9, 7, 6, 1, 1, 7, 9, 4, 1, 2, 7, 2, 8, 1, 6, 9, 5, 5, 1, 7, 5, 2, 7, 9, 8, 8, 5, 3, 2, 9, 3, 7, 3, 0, 2, 5, 6, 4, 1, 2, 5, 3, 4, 0, 3, 5 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also the decimal expansion of cotangent of 35 degrees. - Ivan Panchenko, Sep 01 2014
LINKS
EXAMPLE
1.4281480067421145021606184849985007396338016120753190976117941...
MATHEMATICA
RealDigits[Tan[11*Pi/36], 10, 100][[1]] (* G. C. Greubel, Nov 22 2018 *)
PROG
(PARI) default(realprecision, 100); tan(11*Pi/36) \\ G. C. Greubel, Nov 22 2018
(Magma) SetDefaultRealField(RealField(100)); R:= RealField(); Tan(11*Pi(R)/36); // G. C. Greubel, Nov 22 2018
(Sage) numerical_approx(tan(11*pi/36), digits=100) # G. C. Greubel, Nov 22 2018
CROSSREFS
Cf. A019864 (sine of 55 degrees).
Sequence in context: A200693 A348681 A241298 * A241005 A029841 A112143
KEYWORD
nonn,cons
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)