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!)
A019950 Decimal expansion of tangent of 52 degrees. 1
1, 2, 7, 9, 9, 4, 1, 6, 3, 2, 1, 9, 3, 0, 7, 8, 7, 8, 0, 3, 1, 1, 0, 2, 9, 8, 4, 7, 5, 7, 1, 9, 9, 1, 1, 9, 2, 1, 2, 3, 1, 5, 1, 8, 8, 5, 2, 7, 0, 4, 5, 9, 3, 8, 0, 7, 0, 0, 2, 9, 1, 0, 9, 6, 1, 4, 0, 4, 2, 2, 0, 1, 5, 7, 8, 2, 3, 3, 6, 3, 3, 9, 2, 8, 5, 8, 4, 2, 0, 4, 3, 8, 9, 2, 4, 4, 1, 2, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also the decimal expansion of cotangent of 38 degrees. - Ivan Panchenko, Sep 01 2014
LINKS
EXAMPLE
1.279941632193078780311029847571991192123151885270459380700291...
MATHEMATICA
RealDigits[Tan[13*Pi/45], 10, 100][[1]] (* G. C. Greubel, Nov 23 2018 *)
PROG
(PARI) default(realprecision, 100); tan(13*Pi/45) \\ G. C. Greubel, Nov 23 2018
(Magma) SetDefaultRealField(RealField(100)); R:= RealField(); Tan(13*Pi(R)/45); // G. C. Greubel, Nov 23 2018
(Sage) numerical_approx(tan(13*pi/45), digits=100) # G. C. Greubel, Nov 23 2018
CROSSREFS
Cf. A019861 (sine of 52 degrees).
Sequence in context: A120483 A124823 A086725 * A201892 A352447 A323528
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 25 04:42 EDT 2024. Contains 371964 sequences. (Running on oeis4.)