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!)
A019951 Decimal expansion of tangent of 53 degrees. 1
1, 3, 2, 7, 0, 4, 4, 8, 2, 1, 6, 2, 0, 4, 1, 0, 0, 3, 7, 1, 5, 9, 4, 7, 2, 5, 7, 4, 0, 8, 6, 9, 3, 2, 4, 1, 9, 9, 0, 6, 0, 4, 1, 2, 9, 5, 5, 8, 7, 6, 2, 3, 0, 1, 6, 2, 0, 7, 7, 3, 5, 6, 8, 2, 5, 1, 5, 9, 1, 6, 3, 4, 0, 3, 0, 2, 6, 0, 2, 8, 9, 8, 6, 9, 2, 4, 9, 6, 3, 3, 6, 7, 6, 5, 4, 3, 1, 2, 3 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also the decimal expansion of cotangent of 37 degrees. - Ivan Panchenko, Sep 01 2014
LINKS
EXAMPLE
1.3270448216204100371594725740869324199060412955876230162...
MATHEMATICA
RealDigits[Tan[53*Pi/180], 10, 100][[1]] (* G. C. Greubel, Nov 22 2018 *)
PROG
(PARI) default(realprecision, 100); tan(53*Pi/180) \\ G. C. Greubel, Nov 22 2018
(Magma) SetDefaultRealField(RealField(100)); R:= RealField(); Tan(53*Pi(R)/180); // G. C. Greubel, Nov 22 2018
(Sage) numerical_approx(tan(53*pi/180), digits=100) # G. C. Greubel, Nov 22 2018
CROSSREFS
Cf. A019862 (sine of 53 degrees).
Sequence in context: A266239 A018864 A271610 * A019971 A330501 A010606
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 15 23:55 EDT 2024. Contains 371696 sequences. (Running on oeis4.)