OFFSET
0,1
COMMENTS
The asymptotic probability that the greatest common unitary divisor of two positive integers selected at random is a squarefree number (A005117).
FORMULA
Equals zeta(2) * Product_{p prime} (1 - 1/p^2 - 1/p^4 + 2/p^5 - 1/p^6).
EXAMPLE
0.971672001840052390434359835667018698919523514310257...
PROG
(PARI) prodeulerrat(1 - (p-1)/(p^4*(p+1)))
CROSSREFS
The asymptotic probability that the greatest common unitary divisor of two positive integers selected at random is: A021016 (even), A306071 (1), this constant (squarefree), A393892 (cubefree), A393893 (powerful), A393894 (cubefull), A393895 (square), A393896 (cube), A393897 (exponentially odd number), A393898 (prime), A393899 (prime power), A393900 (perfect power).
KEYWORD
nonn,cons
AUTHOR
Amiram Eldar, Mar 02 2026
STATUS
approved
