OFFSET
0,1
COMMENTS
The asymptotic probability that the greatest common infinitary divisor of two positive integers selected independently at random is a fourth power (A000583).
In general, the asymptotic probability that the greatest common infinitary divisor of two positive integers selected independently at random is a 2^m-power is Product_{p prime} Product_{k=0..m-1} (1 - 1/(p^(2^k)+1)^2).
FORMULA
EXAMPLE
0.735919176675180664442827052201056739215767277163158...
PROG
(PARI) prodeulerrat(1 - 1/(p+1)^2) * prodeulerrat(1 - 1/(p^2+1)^2)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Amiram Eldar, Mar 04 2026
STATUS
approved
