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
KEYWORD
cons,nonn
AUTHOR
Harry J. Smith, Jun 13 2009
STATUS
approved