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!)
A328017 Decimal expansion of Product_{p prime} (1 - 7/p^3). 5
8, 4, 5, 4, 3, 7, 3, 1, 3, 9, 8, 6, 6, 8, 5, 4, 6, 9, 9, 6, 0, 3, 6, 2, 7, 3, 7, 5, 6, 8, 0, 3, 7, 8, 9, 3, 8, 0, 4, 6, 7, 2, 6, 3, 3, 1, 2, 8, 0, 6, 9, 6, 0, 4, 3, 6, 1, 8, 4, 9, 6, 9, 5, 4, 2, 7, 5, 8, 5, 0, 8, 8, 5, 3, 2, 8, 1, 3, 5, 4, 9, 3, 8, 4, 5, 9, 1, 1, 9, 5, 7, 7, 4, 1, 3, 3, 6, 1, 4, 5, 7, 1, 3, 5, 1, 8 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
-1,1
COMMENTS
This is the probability that k, k+1, ... k+6 all are cubefree, or equivalently, the asymptotic density of A328016.
LINKS
Leon Mirsky, Arithmetical pattern problems relating to divisibility by rth powers, Proceedings of the London Mathematical Society, Vol. s2-50, No. 1 (1949), pp. 497-508.
EXAMPLE
0.084543731398668546996036273756803789380467263312806...
MATHEMATICA
$MaxExtraPrecision = 600; m = 600; c = LinearRecurrence[{0, 0, 7}, {0, 0, -7}, m]; RealDigits[(1/8) * Exp[3*NSum[Indexed[c, n]*(PrimeZetaP[n] - 1/2^n)/n, {n, 2, m}, NSumTerms -> m, WorkingPrecision -> m]], 10, 100][[1]]
PROG
(PARI) prodeulerrat(1 - 7/p^3) \\ Amiram Eldar, Mar 17 2021
CROSSREFS
Sequence in context: A131271 A093821 A197256 * A195431 A273635 A299618
KEYWORD
nonn,cons
AUTHOR
Amiram Eldar, Oct 01 2019
EXTENSIONS
More terms from Vaclav Kotesovec, May 29 2020
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 March 29 02:23 EDT 2024. Contains 371264 sequences. (Running on oeis4.)