The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A161014 Decimal expansion of tan(1/5). 2
2, 0, 2, 7, 1, 0, 0, 3, 5, 5, 0, 8, 6, 7, 2, 4, 8, 3, 3, 2, 1, 3, 5, 8, 2, 7, 1, 6, 4, 7, 5, 3, 4, 4, 8, 2, 6, 2, 6, 8, 7, 5, 6, 6, 9, 6, 5, 1, 6, 3, 1, 3, 3, 0, 0, 4, 7, 8, 1, 9, 9, 6, 6, 8, 9, 0, 3, 8, 2, 1, 8, 5, 0, 0, 1, 9, 9, 9, 7, 0, 0, 0, 9, 1, 1, 7, 3, 9, 0, 0, 8, 9, 2, 6, 2, 1, 4, 4, 2, 7, 2, 3, 0, 4, 7 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
By the Lindemann-Weierstrass theorem, this constant is transcendental. - Charles R Greathouse IV, May 13 2019
LINKS
EXAMPLE
0.202710035508672483321358271647534482626875669651631330047819966890382...
MATHEMATICA
RealDigits[Tan[1/5], 10, 120][[1]] (* Harvey P. Dale, Aug 26 2019 *)
PROG
(PARI) default(realprecision, 20080); x=10*tan(1/5); for (n=0, 20000, d=floor(x); x=(x-d)*10; write("b161014.txt", n, " ", d));
CROSSREFS
Cf. A019428 Continued fraction.
Sequence in context: A081081 A111111 A185343 * A344768 A363027 A235712
KEYWORD
cons,nonn
AUTHOR
Harry J. Smith, Jun 13 2009
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 May 20 09:36 EDT 2024. Contains 372710 sequences. (Running on oeis4.)