OFFSET
0,2
COMMENTS
By the Lindemann-Weierstrass theorem, this constant is transcendental. - Charles R Greathouse IV, May 13 2019
LINKS
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
KEYWORD
cons,nonn
AUTHOR
Harry J. Smith, Jun 14 2009
STATUS
approved