OFFSET
0,1
COMMENTS
The partial sums grow Sum_{n=1..N} A055231(n) = (this constant)*N^2/2 +O(N^(3/2)).
LINKS
Maurice-Étienne Cloutier, Les parties k-puissante et k-libre d’un nombre, Thèse de doctorat, Université Laval (2018).
Maurice-Étienne Cloutier, Jean-Marie De Koninck, and Nicolas Doyon, On the powerful and squarefree parts of an integer, Journal of Integer Sequences, Vol. 17 (2014), Article 14.6.6.
Steven R. Finch, Unitarism and Infinitarism, February 25, 2004, Section 0.4. [Cached copy, with permission of the author]
Steven R. Finch, Mathematical Constants II, Encyclopedia of Mathematics and Its Applications, Cambridge University Press, Cambridge, 2018, p. 52 (constant beta).
FORMULA
Equals Product_{primes p=2,3,5,7,...} ( 1 - (p^2+p-1)/(p^3*(p+1)) ).
The constant d2 in the paper by Cloutier et al. such that Sum_{k=1..x} 1/A057521(x) = d2*x + O(x^(1/2)). - Amiram Eldar, Oct 01 2019
EXAMPLE
0.64960669933734119473390488048021212670381089931988288391832103926132071...
MATHEMATICA
$MaxExtraPrecision = 1000; m = 1000; c = LinearRecurrence[{-2, 0, 2, 0, -1}, {0, -2, 0, 2, -5}, m]; RealDigits[Exp[NSum[Indexed[c, n]*PrimeZetaP[n]/n, {n, 2, m}, NSumTerms -> m, WorkingPrecision -> m]], 10, 100][[1]] (* Amiram Eldar, Jun 19 2019 *)
PROG
(PARI) prodeulerrat(1 - (p^2+p-1)/(p^3*(p+1))) \\ Amiram Eldar, Mar 17 2021
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
R. J. Mathar, Jun 09 2011
EXTENSIONS
More terms from Amiram Eldar, Jun 19 2019
More terms from Vaclav Kotesovec, Jun 13 2021
STATUS
approved