OFFSET
1,2
COMMENTS
This constant, c, appears in the inequality A074206(n) <= n^c for odd n (Baustian and Bobkov, 2020).
LINKS
Falko Baustian and Vladimir Bobkov, On asymptotic behavior of Dirichlet inverse, International Journal of Number Theory, Vol. 16, No. 6 (2020), pp. 1337-1354; arXiv preprint, arXiv:1903.12445 [math.NT], 2019-2020.
EXAMPLE
1.37778516983754118384089490370869137916464016638683...
MATHEMATICA
RealDigits[s /. FindRoot[(1 - 1/2^s)*Zeta[s] == 2, {s, 2}, WorkingPrecision -> 110], 10, 100][[1]]
PROG
(PARI) solve(x=1.1, 2, (1-1/2^x)*zeta(x) - 2) \\ Michel Marcus, Nov 23 2021
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Amiram Eldar, Nov 23 2021
STATUS
approved