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!)
A161018 Decimal expansion of tan(1/9). 2
1, 1, 1, 5, 7, 0, 6, 2, 7, 8, 3, 3, 8, 0, 0, 5, 8, 3, 7, 2, 6, 5, 0, 4, 8, 0, 0, 2, 4, 9, 8, 2, 9, 4, 6, 4, 5, 0, 2, 5, 4, 9, 2, 3, 4, 1, 2, 7, 7, 4, 0, 0, 7, 3, 1, 1, 1, 7, 6, 8, 4, 7, 2, 5, 0, 7, 6, 3, 7, 2, 3, 9, 4, 8, 2, 2, 3, 5, 8, 5, 2, 3, 5, 7, 9, 4, 1, 4, 5, 7, 4, 1, 1, 0, 6, 6, 1, 3, 2, 8, 4, 0, 7, 8, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
By the Lindemann-Weierstrass theorem, this constant is transcendental. - Charles R Greathouse IV, May 13 2019
LINKS
EXAMPLE
0.111570627833800583726504800249829464502549234127740073111768472507637...
MATHEMATICA
RealDigits[Tan[1/9], 10, 120][[1]] (* Amiram Eldar, Jun 27 2023 *)
PROG
(PARI) default(realprecision, 20080); x=10*tan(1/9); for (n=0, 20000, d=floor(x); x=(x-d)*10; write("b161018.txt", n, " ", d));
CROSSREFS
Cf. A019432 (continued fraction).
Sequence in context: A293506 A011350 A295823 * A197254 A013706 A195793
KEYWORD
cons,nonn
AUTHOR
Harry J. Smith, Jun 14 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 April 23 13:11 EDT 2024. Contains 371913 sequences. (Running on oeis4.)