The number of ways, $sf_2(n)$, to express an integer as the sum of two square-free integers.

225 Views Asked by At

It is well known that $$\sum_{n\leq x}\mid \mu(n) \mid \sim \frac{6}{\pi^2}x\left(1+o(1)\right) \text{, } x \to \infty$$ From here it follows that every sufficient large integer may be expressed as the sum of two square-free integers. However, the methods to prove this, give no hint as to how to count these combinations. Moreover, I have not seen this problem stated anywhere!

The analogous story regarding sums of squares is more rich. For example, Jacobis four square theorem $$r_4(n)=8\sum_{k\mid n,4\nmid m}k$$ gives an explicit formula for the number of ways, $r_4(n)$, to express a given integer as the sum of four squares.

Is there a simple way to approach the problem for square free integers? Even obtaining an upper bound for $sf_2(n)$ is proving difficult.

I look forward to hearing your ideas!

1

There are 1 best solutions below

2
On BEST ANSWER

Your $sf_2(n)$ is OEIS A071068, Number of ways to write n as a sum of two unordered squarefree numbers. The comments note that (with notation marked up slightly and $a(n)$ replaced with $sf_2(n)$ for clarity)

The natural density of the squarefree numbers is $\frac{6}{\pi^2}$, so $An < sf_2(n) < Bn$ for all large enough $n$ with $A < \frac{6}{\pi^2} - \frac12$ and $B > \frac{3}{\pi^2}$. The Schnirelmann density of the squarefree numbers is $\frac{53}{88} > \frac12$, and so $sf_2(n) > 0$ for all $n > 1$ (in fact, $sf_2(n+1) \ge \frac{9n}{88}$). It follows from Theoreme 3 bis. in Cohen, Dress, & El Marraki along with finite checking up to 16089908 that $0.10792n < sf_2(n) < 0.303967n$ for $n > 36$. (The lower bound holds for $n > 1$.) - Charles R Greathouse IV, Feb 02 2016

where the referenced paper is Henri Cohen, Francois Dress, and Mahomed El Marraki, Explicit estimates for summatory functions linked to the Möbius μ-function, Funct. Approx. Comment. Math. 37:1 (2007), pp. 51-63.