cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A256392 Decimal expansion of Product_{p prime} (1-4/p^2+4/p^3-1/p^4).

Original entry on oeis.org

2, 1, 7, 7, 7, 8, 7, 1, 6, 6, 1, 9, 5, 3, 6, 3, 7, 8, 3, 2, 3, 0, 0, 7, 5, 1, 4, 1, 1, 9, 4, 4, 6, 8, 1, 3, 1, 3, 0, 7, 9, 7, 7, 5, 5, 0, 0, 1, 3, 5, 5, 9, 3, 7, 6, 4, 8, 2, 7, 6, 4, 0, 3, 5, 2, 3, 6, 2, 6, 4, 9, 1, 1, 1, 2, 2, 5, 2, 6, 2, 0, 5, 5, 7, 9, 2, 5, 4, 4, 3, 8, 2, 3, 5, 6, 3, 7, 6, 5, 6, 9, 1, 8, 3, 3, 9
Offset: 0

Views

Author

Juan Arias-de-Reyna, Mar 28 2015

Keywords

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.

Examples

			0.2177787166195363783230075141...
		

Crossrefs

Programs

  • 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 *)
  • PARI
    prodeulerrat(1-4/p^2+4/p^3-1/p^4) \\ Amiram Eldar, Mar 03 2021