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