OFFSET
0,2
COMMENTS
By the Lindemann-Weierstrass theorem, this constant is transcendental. - Charles R Greathouse IV, May 13 2019
LINKS
EXAMPLE
0.168227218302242461257216080569916100969393651685056685724032739248247...
MATHEMATICA
RealDigits[Tan[1/6], 10, 120][[1]] (* Harvey P. Dale, Aug 26 2014 *)
PROG
(PARI) default(realprecision, 20080); x=10*tan(1/6); for (n=0, 20000, d=floor(x); x=(x-d)*10; write("b161015.txt", n, " ", d));
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Harry J. Smith, Jun 13 2009
STATUS
approved