login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A161017
Decimal expansion of tan(1/8).
2
1, 2, 5, 6, 5, 5, 1, 3, 6, 5, 7, 5, 1, 3, 0, 9, 6, 7, 7, 9, 2, 6, 7, 8, 2, 1, 8, 6, 2, 9, 7, 7, 4, 0, 0, 0, 7, 5, 8, 6, 6, 5, 7, 6, 3, 8, 9, 2, 2, 2, 5, 5, 4, 2, 6, 6, 8, 8, 6, 6, 6, 1, 3, 9, 2, 7, 2, 5, 5, 7, 0, 3, 4, 8, 0, 9, 2, 8, 8, 7, 1, 4, 7, 5, 8, 4, 1, 6, 6, 4, 9, 0, 8, 1, 9, 4, 9, 4, 5, 2, 1, 4, 4, 7, 6
OFFSET
0,2
COMMENTS
By the Lindemann-Weierstrass theorem, this constant is transcendental. - Charles R Greathouse IV, May 13 2019
EXAMPLE
0.125655136575130967792678218629774000758665763892225542668866613927255...
MATHEMATICA
RealDigits[Tan[1/8], 10, 120][[1]] (* Amiram Eldar, Jun 27 2023 *)
PROG
(PARI) default(realprecision, 20080); x=10*tan(1/8); for (n=0, 20000, d=floor(x); x=(x-d)*10; write("b161017.txt", n, " ", d));
CROSSREFS
Cf. A019431 (continued fraction).
Sequence in context: A016636 A103989 A239049 * A198231 A272207 A372322
KEYWORD
cons,nonn
AUTHOR
Harry J. Smith, Jun 14 2009
STATUS
approved