A366586 Decimal expansion of the asymptotic mean of the ratio between the number of cubefree divisors and the number of squarefree divisors.
1, 2, 4, 2, 5, 3, 4, 1, 8, 6, 2, 2, 4, 6, 7, 7, 2, 8, 6, 9, 5, 9, 6, 3, 0, 0, 0, 6, 2, 9, 4, 3, 3, 7, 7, 0, 8, 0, 0, 0, 1, 5, 2, 5, 3, 3, 0, 5, 8, 9, 0, 5, 9, 8, 0, 1, 9, 8, 3, 2, 2, 6, 8, 4, 7, 1, 5, 9, 2, 4, 7, 4, 4, 9, 2, 0, 0, 5, 9, 2, 9, 5, 1, 5, 5, 5, 2, 8, 3, 3, 0, 5, 8, 6, 2, 6, 6, 4, 9, 1, 9, 2, 9, 0, 6
Offset: 1
Examples
1.24253418622467728695963000629433770800015253305890...
Crossrefs
Programs
-
Mathematica
$MaxExtraPrecision = 1000; m = 1000; c = LinearRecurrence[{0, -(1/2)}, {0, 1}, m]; RealDigits[Exp[NSum[Indexed[c, n] * PrimeZetaP[n]/n, {n, 2, m}, NSumTerms -> m, WorkingPrecision -> m]], 10, 105][[1]]
-
PARI
prodeulerrat(1 + 1/(2*p^2))
Comments