OFFSET
0,1
COMMENTS
Also decimal expansion of the probability that an integer tuple (x,y,z,w) satisfies gcd(x,y) = gcd(y,z) = gcd(z,w) = gcd(w,x) = 1.
LINKS
Juan Arias-de-Reyna, Table of n, a(n) for n = 0..1000
Juan Arias de Reyna and Randell Heyman, Counting Tuples Restricted by Pairwise Coprimality Conditions, J. Int. Seq., Vol. 18 (2015), Article 15.10.4; arXiv preprint, arXiv:1403.2769 [math.NT], 2014.
EXAMPLE
0.2177787166195363783230075141...
MATHEMATICA
Do[Print[N[Exp[-Sum[q = Expand[(4 p^2 - 4 p^3 + p^4)^j]; Sum[PrimeZetaP[Exponent[q[[k]], p]] * Coefficient[q[[k]], p^Exponent[q[[k]], p]], {k, 1, Length[q]}]/j, {j, 1, t}]], 50]], {t, 10, 100, 10}] (* Vaclav Kotesovec, Dec 17 2019 *)
PROG
(PARI) prodeulerrat(1-4/p^2+4/p^3-1/p^4) \\ Amiram Eldar, Mar 03 2021
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Juan Arias-de-Reyna, Mar 28 2015
STATUS
approved