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!)
A019962 Decimal expansion of tangent of 64 degrees. 1
2, 0, 5, 0, 3, 0, 3, 8, 4, 1, 5, 7, 9, 2, 9, 6, 2, 1, 6, 8, 9, 9, 0, 1, 1, 0, 7, 0, 5, 4, 1, 4, 9, 4, 1, 4, 6, 7, 6, 7, 5, 1, 9, 6, 2, 2, 7, 4, 3, 2, 4, 2, 4, 2, 3, 4, 7, 2, 6, 6, 6, 0, 9, 6, 7, 8, 5, 4, 8, 1, 1, 4, 4, 7, 7, 0, 6, 5, 7, 7, 4, 2, 9, 4, 9, 7, 7, 0, 8, 8, 6, 9, 4, 2, 9, 1, 6, 8, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also the decimal expansion of cotangent of 26 degrees. - Ivan Panchenko, Sep 01 2014
LINKS
EXAMPLE
2.050303841579296216899011070541494146767519622743242423472666...
MATHEMATICA
RealDigits[Tan[16*Pi/45], 10, 100][[1]] (* G. C. Greubel, Nov 21 2018 *)
RealDigits[Tan[64 Degree], 10, 120][[1]] (* Harvey P. Dale, Dec 29 2019 *)
PROG
(PARI) default(realprecision, 100); tan(16*Pi/45) \\ G. C. Greubel, Nov 21 2018
(Magma) SetDefaultRealField(RealField(100)); R:= RealField(); Tan(16*Pi(R)/45); // G. C. Greubel, Nov 21 2018
(Sage) numerical_approx(tan(16*pi/45), digits=100) # G. C. Greubel, Nov 21 2018
CROSSREFS
Cf. A019874 (sine of 64 degrees).
Sequence in context: A058974 A369744 A326059 * A086131 A355875 A318889
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 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)