OFFSET
0,1
COMMENTS
Three positive integers b, c, m are randomly selected (with replacement) from {1, 2, ..., n}. Let P(n) be the probability that the congruence b * x == c (mod m) has a solution. zeta(3)/zeta(2) is the limit of P(n) as n goes to infinity.
LINKS
Steven R. Finch, Mathematical Constants II, Encyclopedia of Mathematics and Its Applications, Cambridge University Press, Cambridge, 2018, p. 154.
FORMULA
Equals Product_{p prime} (1 - 1/(p^2 + p + 1)). - Amiram Eldar, Jun 11 2023
Equals Sum_{k>=1} A023900(k)/k^3. - Amiram Eldar, Jan 25 2024
EXAMPLE
0.73076296940143849872603673130771463952801160507937...
MATHEMATICA
Drop[Flatten[RealDigits[N[Zeta[3]/Zeta[2], 75]]], -2]
PROG
(PARI) zeta(3)/zeta(2) \\ Charles R Greathouse IV, Apr 20 2016
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Geoffrey Critzer, Jan 18 2015
STATUS
approved