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