login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A319592 Decimal expansion of the probability that an integer 4-tuple is pairwise coprime. 2
1, 1, 4, 8, 8, 4, 0, 4, 4, 0, 8, 0, 2, 2, 8, 7, 8, 8, 7, 2, 9, 2, 5, 1, 2, 7, 6, 7, 0, 1, 5, 9, 9, 0, 9, 7, 8, 4, 8, 7, 1, 3, 5, 5, 2, 6, 8, 7, 2, 8, 3, 0, 1, 7, 6, 2, 4, 8, 4, 8, 4, 2, 7, 0, 6, 2, 5, 6, 6, 6, 7, 2, 8, 0, 1, 6, 1, 6, 7, 4, 6, 1, 7, 4, 0, 2, 3 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
László Tóth, The probability that k positive integers are pairwise relatively prime, Fibonacci Quarterly, Vol. 40, No. 1 (2002), pp. 13-18.
FORMULA
Equals Product_{p prime} (1 - 1/p)^3 * (1 + 3/p).
EXAMPLE
0.114884044080228788729251276701599097848713552687283...
MATHEMATICA
$MaxExtraPrecision = 1000; nm = 1000; c = LinearRecurrence[{-2, 3}, {0, -12}, nm]; f[x_] := (1 - x)^3*(1 + 3*x); RealDigits[f[1/2]*f[1/3]*Exp[NSum[Indexed[c, k]*(PrimeZetaP[k] - 1/2^k - 1/3^k)/k, {k, 2, nm}, NSumTerms -> nm, WorkingPrecision -> nm]], 10, 100][[1]]
PROG
(PARI) prodeulerrat((1 - 1/p)^3 * (1 + 3/p)) \\ Amiram Eldar, Jun 29 2023
CROSSREFS
Sequence in context: A200628 A202245 A153258 * A200395 A064927 A343881
KEYWORD
nonn,cons
AUTHOR
Amiram Eldar, Aug 27 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 14 05:06 EDT 2024. Contains 374291 sequences. (Running on oeis4.)