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