OFFSET
0,1
COMMENTS
Let c be the constant defined in the Name. It is unknown if the Euler constant gamma is transcendental. But if c is transcendental and c - Pi is not transcendental, then gamma is transcendental. (To see this note that c*Pi/2 = gamma.)
EXAMPLE
0.36746690519661596151856893628751236565451712224256484944434883...
MAPLE
Digits := 100: lambda := (-int(log(x^2+1/4)/cosh(Pi*x)^2, x=0..infinity)):
evalf(lambda, 100)*10^90: ListTools:-Reverse(convert(floor(%), base, 10));
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Peter Luschny, Jul 22 2020
STATUS
approved