OFFSET
0,1
COMMENTS
The asymptotic density of squarefree numbers not divisible by 3 (A261034). - Amiram Eldar, May 22 2020
REFERENCES
See the Hardy reference given under A030059, eq. (4.9.4), p. 64, from the corrected formula on p. 65 for s=2. - Wolfdieter Lang, Oct 18 2016
LINKS
Eric Weisstein's World of Mathematics, Moebius Function
FORMULA
Equals Sum_{n > 0} 1/A030059(n)^2 (the sum of reciprocals of squarefree numbers with an odd number of prime factors). Convergence is very slow. - Michel Lagneau, Oct 23 2015
EXAMPLE
0.455945326390519971497457584443774375...
MATHEMATICA
RealDigits[N[9/(2 Pi^2), 120]] // First (* Michael De Vlieger, Oct 23 2015 *)
PROG
(PARI) 9/(2*Pi^2) \\ Altug Alkan, Oct 23 2015
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Eric W. Weisstein, Sep 25 2003
STATUS
approved