OFFSET
1,1
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..10000
EXAMPLE
3.45964953104190136259...
MAPLE
Digits:=120:fsolve(sinh(x)^log(x)-(log(x)^sinh(x)) =0, x, 1..5);
MATHEMATICA
RealDigits[ FindRoot[Sinh[x]^Log[x] == Log[x]^Sinh[x], {x, {1, 4} }, WorkingPrecision -> 120] [[1, 4] ]] [[2]]
PROG
(PARI) solve(x=3, 4, sinh(x)^log(x) - log(x)^sinh(x)) \\ Michel Marcus, May 24 2018
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Michel Lagneau, Aug 13 2012
STATUS
approved