OFFSET
1,2
COMMENTS
The constant c in the conjectured formula Sum_{a,b <= x} f(a,b) ~ c * x^2, where f(a, b) = gcd(ab, a + b)/gcd(a, b) (Tóth, 2026, p. 5, eq. (11)). - Amiram Eldar, Jun 24 2026
LINKS
G. Niklasch, Some number theoretical constants: 1000-digit values. [Cached copy]
László Tóth, On the asymptotic density of the ordered pairs (a,b) of positive integers such that gcd(a*b,a+b) = gcd(a,b), arXiv:2606.20057 [math.NT], 2026. See p. 5 (Theorem 9).
FORMULA
Equals Sum_{k>=1} mu(k)^2/sigma(k)^2, where mu is the Möbius function (A008683) and sigma(k) is the sum of divisors of k (A000203). - Amiram Eldar, Jan 14 2022
Equals lim_{m->oo} (1/m^2) * Sum_{i,j=1..m} A000005(gcud(i, j)), where gcud is the greatest common unitary divisor function. - Amiram Eldar, Mar 14 2026
EXAMPLE
1.26655850147152857161454711262964...
MATHEMATICA
$MaxExtraPrecision = 800; digits = 99; terms = 800; P[n_] := PrimeZetaP[n]; LR = LinearRecurrence[{-3, -4, -2}, {0, 0, 2}, terms + 10]; r[n_Integer] := LR[[n]]; Exp[NSum[r[n]*P[n - 1]/(n - 1), {n, 3, terms}, NSumTerms -> terms, WorkingPrecision -> digits + 10]] // RealDigits[#, 10, digits]& // First (* Jean-François Alcover, Apr 18 2016 *)
PROG
(PARI) prodeulerrat(1 + 1/(p+1)^2) \\ Amiram Eldar, Mar 15 2021
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
N. J. A. Sloane, Nov 19 2001
STATUS
approved
