OFFSET
1,2
COMMENTS
See the Defant link for more explanations on this constant.
LINKS
Colin Defant, Ranges of Unitary Divisor Functions, arXiv:1507.02654 [math.NT], 2015-2018.
Colin Defant, Ranges of Unitary Divisor Functions, Integers, 18 (2018), #A15.
EXAMPLE
1.97425502306465259337832675510996953618905889568570833061256...
MATHEMATICA
RealDigits[x /. FindRoot[(2^x+1)*(3^x+1)^2/(2^x*(3^(2*x)+1)) == Zeta[x]/Zeta[2*x], {x, 3/2}, WorkingPrecision -> 120]][[1]] (* Amiram Eldar, Sep 25 2022 *)
PROG
(PARI) solve(x=1.5, 2, (2^x+1)*(3^x+1)^2*zeta(2*x) - (2^x*(3^(2*x)+1)*zeta(x)))
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Michel Marcus, Aug 26 2018
STATUS
approved