The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A065472 Decimal expansion of Product_{p prime} (1 - 1/(p+1)^2). 9
7, 7, 5, 8, 8, 3, 5, 1, 0, 0, 0, 3, 8, 9, 5, 4, 9, 9, 6, 2, 0, 4, 0, 4, 2, 8, 4, 4, 2, 7, 9, 0, 0, 6, 1, 1, 4, 8, 2, 4, 1, 3, 4, 6, 5, 9, 7, 3, 0, 1, 6, 2, 7, 6, 2, 2, 1, 0, 6, 3, 1, 1, 6, 4, 6, 1, 3, 8, 7, 6, 4, 9, 2, 4, 9, 7, 4, 5, 6, 9, 9, 5, 3, 7, 1, 9, 3, 1, 3, 2, 3, 3, 1, 2, 8, 1, 4, 2 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
The probablity that two randomly chosen squarefree numbers are coprime. - Amiram Eldar, Aug 04 2020
The asymptotic mean of A001157(n)/(n*A000203(n)). - Richard R. Forberg, May 27 2023
LINKS
László Tóth, The unitary analogue of Pillai's arithmetical function, Collectanea Mathematica, Vol. 40, No. 1 (1989), pp. 19-30.
FORMULA
Equals lim_{n->oo} (Pi^2/(3*n^2*log(n))) * Sum_{k=1..n} A145388(k). - Amiram Eldar, May 14 2019
Equals Sum_{k>=1} mu(k)/sigma(k)^2, where mu is the Möbius function (A008683) and sigma(k) is the sum of divisors of k (A000203). - Amiram Eldar, Jan 14 2022
EXAMPLE
0.7758835100038954996204042844279...
MATHEMATICA
digits = 98; Exp[NSum[(-1)^n*(2^(n-1)-2)*PrimeZetaP[n-1]/(n-1), {n, 3, Infinity}, WorkingPrecision -> 2 digits, Method -> "AlternatingSigns"]] // RealDigits[#, 10, digits]& // First (* Jean-François Alcover, Apr 18 2016 *)
PROG
(PARI) prodeulerrat(1 - 1/(p+1)^2) \\ Amiram Eldar, Mar 17 2021
CROSSREFS
Sequence in context: A278811 A021932 A244675 * A081112 A096151 A021567
KEYWORD
cons,nonn
AUTHOR
N. J. A. Sloane, Nov 19 2001
EXTENSIONS
Definition corrected by Dan Asimov, Apr 15 2006
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 May 12 22:37 EDT 2024. Contains 372497 sequences. (Running on oeis4.)