Finding a better approximation to a prime number relation












18














FINAL EDIT AND SUMMARY.



The basis of this problem, and that which allows for the approximations to be made here, can be summarised in one approximation:



$$Biggl(frac{n^k -{lfloor n^{frac{1}{k}} rfloor}^{k-1}gcd({lfloor n^{frac{1}{k}} rfloor}^{k-1},Bigllfloor frac{p_n^{k-1}}{n^{k-1}} Bigrrfloor)}{n^k -{lfloor n^{frac{1}{k}} rfloor}gcd({lfloor n^{frac{1}{k}} rfloor},Bigllfloor frac{p_n^{k}}{n^{k}} Bigrrfloor)}Biggr)^{frac{1}{k}}
approx 1quadforall n,k in mathbb Nbackslash {{1}}$$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(A0)$$



$$frac{Bigllfloor bigl(n^k -{lfloor n^{frac{1}{k}} rfloor}^{k-1}gcd({lfloor n^{frac{1}{k}} rfloor}^{k-1},Bigllfloor frac{p_n^{k-1}}{n^{k-1}} Bigrrfloor)bigr)^{frac{1}{k}}Bigrrfloor
}{Bigllfloor bigl(n^k -{lfloor n^{frac{1}{k}} rfloor}gcd({lfloor n^{frac{1}{k}} rfloor},Bigllfloor frac{p_n^{k}}{n^{k}} Bigrrfloor)bigr)^{frac{1}{k}}Bigrrfloor} =1quadforall n,k in mathbb Nbackslash {{1}}$$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(A1)$$



$${gcdBigl({lfloor n^{frac{1}{k}} rfloor},Bigllfloor frac{p_n^k}{n^k} BigrrfloorBigr)}quad Biggl|quad gcdBigl({lfloor n^{frac{1}{k}} rfloor}^{k-1},Bigllfloor frac{p_n^{k-1}}{n^{k-1}} BigrrfloorBigr) $$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(A2)$$



Defining the above ratio as varsigma:
$$varsigma_{n,k}= frac{{{lfloor n^{frac{1}{k}} rfloor}^{k-1}gcdBigl({lfloor n^{frac{1}{k}} rfloor}^{k-1},Bigllfloor frac{p_n^{k-1}}{n^{k-1}} BigrrfloorBigr)}
}{{gcdBigl({lfloor n^{frac{1}{k}} rfloor},Bigllfloor frac{p_n^k}{n^k} BigrrfloorBigr)}}$$



We have the following:



$n lt 2^k Rightarrow varsigma_{n,k}=1$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(A3)$$



$varsigma_{n,k}$ is a perfect power $forall n,k in mathbb N, backslash ,{{1}}$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(A4)$$



To generalize:



$$varsigma_{n,k,i,j}= frac{{{lfloor n^{frac{1}{k}} rfloor}^{j-1}gcdBigl({lfloor n^{frac{1}{k}} rfloor}^{j},Bigllfloor frac{p_n^{,,j}}{n^{,j}} BigrrfloorBigr)}
}{{gcdBigl({lfloor n^{frac{1}{k}} rfloor^{,i}},Bigllfloor frac{p_n^{,i}}{n^{,i}} BigrrfloorBigr)}}$$



provided that $j geq i$,we have:



$m^k leq n lt (m+1)^k Rightarrow varsigma_{n,k,i,j} in {{m^N:N in {{1,2,3,...,k}}}}$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(A5)$$



reducing the above by setting $i=j$:
$$varsigma_{n,k,j}= lfloor n^{frac{1}{k}} rfloor^{j-1}$$



$m^k leq n lt (m+1)^k Rightarrow varsigma_{n,k,j}=m^{j-1}$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(A6)$$



The maximum value of the integer remainder of the division of $n^k+m$ by $gcd(Bigllfloor frac{p_n^{, a}}{n^{,b}} Bigrrfloor,n^c)$ is equal to $m$, when $a gt 1$, $b gt 1$ and $1 leq c leq k$.



This stated in inequalities:



$$a gt 1land b gt 1 land 1 leq c leq k Rightarrow -m leq n^k-Biggllfloorfrac{n^k+m}{gcd(Bigllfloor frac{p_n^{, a}}{n^{,b}} Bigrrfloor,n^c)}BiggrrfloorgcdBiggl(Bigllfloor frac{p_n^{, a}}{n^{,b}} Bigrrfloor,n^cBiggr) leq 0$$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(A7)$$



So the question I am now asking, for that fun person that wants to close this page, is how do I establish a proof for (A5) and (A7) that will be rigorous and indisputable?



note that for now, I will leave the lemma as the restriction



$${{a,b}} subset mathbb N land c in {{1,2,3,...,k}} Rightarrow n^k+m-Biggllfloorfrac{n^k+m}{gcd(Bigllfloor frac{p_n^{, a}}{n^{,b}} Bigrrfloor,n^c)}BiggrrfloorgcdBiggl(Bigllfloor frac{p_n^{, a}}{n^{,b}} Bigrrfloor,n^cBiggr) in {{0,1,2,...,m}}$$



But there most definitely exists congruence relations that have dependence in $(n,k)$ that allow us to reduce this condition to a specific subset of the least residue system modulo $m+1$ stated on the righthand side of the implicative arrow.



Yesterday I noticed quite a strong fit for the approximation:
$$vartheta _{{n}}=minBiggl(mathcal DBigl(ncdotBigllfloor frac{p_n}{n} BigrrfloorBigr) backslash {{1}}Biggr)$$
$$n-gcd(bigllfloor sqrt {n} bigrrfloor ,vartheta _{{n}})) approx A cdot (n-1) +B$$



where $A approx 1$ and $B approx -1/2$ and $mathcal D(n)$ denote the set of all divisors of $n$, $p_n$ is the $n^{th}$ prime.



$$sqrt{bigl( n^{2}-bigllfloor sqrt {n} bigrrfloorcdotgcd(bigllfloor sqrt {n} bigrrfloor ,vartheta _{{n}})bigr)}sim n $$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R1)$$



$$sqrt{bigl( n-gcd(n ,vartheta _{{n}})bigr)}+frac{1}{sqrt{n}}sim sqrt{n}$$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R2)$$



$$sqrt{{n}^{2}-max left( lfloor sqrt{n} rfloor ,n
right) min left( gcd left( lfloor sqrt{n} rfloor,vartheta_n right) ,gcd left( n,vartheta_n right) right)
}+1+delta_{{n}}sim n$$



Where $delta_n in {{-frac{1}{2},0,frac{1}{2}}}$ is a discrete function for which I am unable to determine as yet.
$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R3)$$



So I guess the best idea now would be for me to find either a value on $mathbb N$ that satisfies neither of the following equalities:
$$n- Biggl(Bigllfloorsqrt {{n}^{2}- lfloor sqrt{n}
rfloor cdot gcd left( lfloor sqrt{n} rfloor ,vartheta_n right) } Bigrrfloor+1Biggr) = 0 $$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R4)$$



$$n-Biggl(Bigllfloor sqrt{{n}^{2}-min left( lfloor
sqrt{n} rfloor ,n right)cdotminleft(gcd ( lfloor sqrt{n}rfloor,vartheta_n) ,gcd ( n,vartheta_n)
right) }Bigrrfloor +1Biggr) = 0$$

$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R5)$$



Figure 1:
enter image description here



Figure 2:



enter image description here



Defining a generalisation of vartheta:
$$vartheta _{{n,k}}=minBiggl(mathcal DBigl(n^{k}cdotBigllfloor frac{p_n^{k}}{n^{k}} BigrrfloorBigr), backslash, {{1}}Biggr)$$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R6)$$



Will allow for the following asymptotic relation as we would intuitively expect from the nature of the generalisation and the nature of $(R2)$:
$$(n^k -lfloor n^{frac{1}{k}} rfloorgcd(lfloor n^{frac{1}{k}} rfloor,vartheta _{{n,k-1}}))^{frac{1}{k}} sim n quad forall k in mathbb Nbackslash {{1}}$$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R7)$$



Which is based on an apparent equality:



$$lfloor (n^k -lfloor n^{frac{1}{k}} rfloorgcd(lfloor n^{frac{1}{k}} rfloor,vartheta _{{n,k-1}}))^{frac{1}{k}} rfloor+1=nquad forall k in mathbb Nbackslash {{1}} $$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R8)$$



$$lfloor (n^k -gcd(lfloor n^{frac{1}{k}} rfloor,Bigllfloor frac{p_n^{k}}{n^{k}} Bigrrfloor))^{frac{1}{k}} rfloor+1=nquad forall k in mathbb Nbackslash {{1}} $$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R9)$$



$$lfloor (n^k -{lfloor n^{frac{1}{k}} rfloor}^{k-1}gcd({lfloor n^{frac{1}{k}} rfloor}^{k-1},Bigllfloor frac{p_n^{k-1}}{n^{k-1}} Bigrrfloor))^{frac{1}{k}} rfloor+1=nquad forall k in mathbb Nbackslash {{1}} $$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R10)$$



$$lim _{krightarrow infty }((n^k -lfloor n^{frac{1}{k}} rfloorgcd(lfloor n^{frac{1}{k}} rfloor,vartheta _{{n,k-1}}))^{frac{1}{k}} )=n$$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R11)$$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R12)$$



Figure 5










share|cite|improve this question
























  • We can slightly simplify the left side to $$n-gcd(lfloor sqrt{n} rfloor,q)$$ where $q$ is the smallest prime factor of $$ncdot lfloor frac{p_n}{n} rfloor$$
    – Peter
    Jun 10 '18 at 8:28










  • Further we can conclude that the left side is either $n-1$ or $n-q$
    – Peter
    Jun 10 '18 at 8:30






  • 1




    en.wikipedia.org/wiki/Prime-counting_function shows, among other things, the (proven) bounds from Pierre Dusart.
    – Peter
    Jun 10 '18 at 10:21






  • 2




    Your goal is to construct a formula that avoids brute force calculation. If not, you do not need the formula and can calculate the values directly. "Predictible" means that a program can get the correct answer much faster and always correct and needs no cumbersome calculations.
    – Peter
    Jun 10 '18 at 15:52








  • 1




    You have two chunks of text, both labeled "final edit and summary". I don't know which final edit and summary is the final final edit and summary. At the end of the top final edit and summary, you ask, "how do I establish a proof that will be rigorous and indisputable?" But it is not clear what you want to prove. There's nothing anywhere labeled "Theorem", or "Conjecture", just a multitude of equations and formulas. I'm very tempted to vote to close as "unclear what you are asking".
    – Gerry Myerson
    Nov 14 '18 at 3:42
















18














FINAL EDIT AND SUMMARY.



The basis of this problem, and that which allows for the approximations to be made here, can be summarised in one approximation:



$$Biggl(frac{n^k -{lfloor n^{frac{1}{k}} rfloor}^{k-1}gcd({lfloor n^{frac{1}{k}} rfloor}^{k-1},Bigllfloor frac{p_n^{k-1}}{n^{k-1}} Bigrrfloor)}{n^k -{lfloor n^{frac{1}{k}} rfloor}gcd({lfloor n^{frac{1}{k}} rfloor},Bigllfloor frac{p_n^{k}}{n^{k}} Bigrrfloor)}Biggr)^{frac{1}{k}}
approx 1quadforall n,k in mathbb Nbackslash {{1}}$$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(A0)$$



$$frac{Bigllfloor bigl(n^k -{lfloor n^{frac{1}{k}} rfloor}^{k-1}gcd({lfloor n^{frac{1}{k}} rfloor}^{k-1},Bigllfloor frac{p_n^{k-1}}{n^{k-1}} Bigrrfloor)bigr)^{frac{1}{k}}Bigrrfloor
}{Bigllfloor bigl(n^k -{lfloor n^{frac{1}{k}} rfloor}gcd({lfloor n^{frac{1}{k}} rfloor},Bigllfloor frac{p_n^{k}}{n^{k}} Bigrrfloor)bigr)^{frac{1}{k}}Bigrrfloor} =1quadforall n,k in mathbb Nbackslash {{1}}$$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(A1)$$



$${gcdBigl({lfloor n^{frac{1}{k}} rfloor},Bigllfloor frac{p_n^k}{n^k} BigrrfloorBigr)}quad Biggl|quad gcdBigl({lfloor n^{frac{1}{k}} rfloor}^{k-1},Bigllfloor frac{p_n^{k-1}}{n^{k-1}} BigrrfloorBigr) $$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(A2)$$



Defining the above ratio as varsigma:
$$varsigma_{n,k}= frac{{{lfloor n^{frac{1}{k}} rfloor}^{k-1}gcdBigl({lfloor n^{frac{1}{k}} rfloor}^{k-1},Bigllfloor frac{p_n^{k-1}}{n^{k-1}} BigrrfloorBigr)}
}{{gcdBigl({lfloor n^{frac{1}{k}} rfloor},Bigllfloor frac{p_n^k}{n^k} BigrrfloorBigr)}}$$



We have the following:



$n lt 2^k Rightarrow varsigma_{n,k}=1$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(A3)$$



$varsigma_{n,k}$ is a perfect power $forall n,k in mathbb N, backslash ,{{1}}$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(A4)$$



To generalize:



$$varsigma_{n,k,i,j}= frac{{{lfloor n^{frac{1}{k}} rfloor}^{j-1}gcdBigl({lfloor n^{frac{1}{k}} rfloor}^{j},Bigllfloor frac{p_n^{,,j}}{n^{,j}} BigrrfloorBigr)}
}{{gcdBigl({lfloor n^{frac{1}{k}} rfloor^{,i}},Bigllfloor frac{p_n^{,i}}{n^{,i}} BigrrfloorBigr)}}$$



provided that $j geq i$,we have:



$m^k leq n lt (m+1)^k Rightarrow varsigma_{n,k,i,j} in {{m^N:N in {{1,2,3,...,k}}}}$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(A5)$$



reducing the above by setting $i=j$:
$$varsigma_{n,k,j}= lfloor n^{frac{1}{k}} rfloor^{j-1}$$



$m^k leq n lt (m+1)^k Rightarrow varsigma_{n,k,j}=m^{j-1}$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(A6)$$



The maximum value of the integer remainder of the division of $n^k+m$ by $gcd(Bigllfloor frac{p_n^{, a}}{n^{,b}} Bigrrfloor,n^c)$ is equal to $m$, when $a gt 1$, $b gt 1$ and $1 leq c leq k$.



This stated in inequalities:



$$a gt 1land b gt 1 land 1 leq c leq k Rightarrow -m leq n^k-Biggllfloorfrac{n^k+m}{gcd(Bigllfloor frac{p_n^{, a}}{n^{,b}} Bigrrfloor,n^c)}BiggrrfloorgcdBiggl(Bigllfloor frac{p_n^{, a}}{n^{,b}} Bigrrfloor,n^cBiggr) leq 0$$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(A7)$$



So the question I am now asking, for that fun person that wants to close this page, is how do I establish a proof for (A5) and (A7) that will be rigorous and indisputable?



note that for now, I will leave the lemma as the restriction



$${{a,b}} subset mathbb N land c in {{1,2,3,...,k}} Rightarrow n^k+m-Biggllfloorfrac{n^k+m}{gcd(Bigllfloor frac{p_n^{, a}}{n^{,b}} Bigrrfloor,n^c)}BiggrrfloorgcdBiggl(Bigllfloor frac{p_n^{, a}}{n^{,b}} Bigrrfloor,n^cBiggr) in {{0,1,2,...,m}}$$



But there most definitely exists congruence relations that have dependence in $(n,k)$ that allow us to reduce this condition to a specific subset of the least residue system modulo $m+1$ stated on the righthand side of the implicative arrow.



Yesterday I noticed quite a strong fit for the approximation:
$$vartheta _{{n}}=minBiggl(mathcal DBigl(ncdotBigllfloor frac{p_n}{n} BigrrfloorBigr) backslash {{1}}Biggr)$$
$$n-gcd(bigllfloor sqrt {n} bigrrfloor ,vartheta _{{n}})) approx A cdot (n-1) +B$$



where $A approx 1$ and $B approx -1/2$ and $mathcal D(n)$ denote the set of all divisors of $n$, $p_n$ is the $n^{th}$ prime.



$$sqrt{bigl( n^{2}-bigllfloor sqrt {n} bigrrfloorcdotgcd(bigllfloor sqrt {n} bigrrfloor ,vartheta _{{n}})bigr)}sim n $$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R1)$$



$$sqrt{bigl( n-gcd(n ,vartheta _{{n}})bigr)}+frac{1}{sqrt{n}}sim sqrt{n}$$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R2)$$



$$sqrt{{n}^{2}-max left( lfloor sqrt{n} rfloor ,n
right) min left( gcd left( lfloor sqrt{n} rfloor,vartheta_n right) ,gcd left( n,vartheta_n right) right)
}+1+delta_{{n}}sim n$$



Where $delta_n in {{-frac{1}{2},0,frac{1}{2}}}$ is a discrete function for which I am unable to determine as yet.
$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R3)$$



So I guess the best idea now would be for me to find either a value on $mathbb N$ that satisfies neither of the following equalities:
$$n- Biggl(Bigllfloorsqrt {{n}^{2}- lfloor sqrt{n}
rfloor cdot gcd left( lfloor sqrt{n} rfloor ,vartheta_n right) } Bigrrfloor+1Biggr) = 0 $$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R4)$$



$$n-Biggl(Bigllfloor sqrt{{n}^{2}-min left( lfloor
sqrt{n} rfloor ,n right)cdotminleft(gcd ( lfloor sqrt{n}rfloor,vartheta_n) ,gcd ( n,vartheta_n)
right) }Bigrrfloor +1Biggr) = 0$$

$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R5)$$



Figure 1:
enter image description here



Figure 2:



enter image description here



Defining a generalisation of vartheta:
$$vartheta _{{n,k}}=minBiggl(mathcal DBigl(n^{k}cdotBigllfloor frac{p_n^{k}}{n^{k}} BigrrfloorBigr), backslash, {{1}}Biggr)$$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R6)$$



Will allow for the following asymptotic relation as we would intuitively expect from the nature of the generalisation and the nature of $(R2)$:
$$(n^k -lfloor n^{frac{1}{k}} rfloorgcd(lfloor n^{frac{1}{k}} rfloor,vartheta _{{n,k-1}}))^{frac{1}{k}} sim n quad forall k in mathbb Nbackslash {{1}}$$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R7)$$



Which is based on an apparent equality:



$$lfloor (n^k -lfloor n^{frac{1}{k}} rfloorgcd(lfloor n^{frac{1}{k}} rfloor,vartheta _{{n,k-1}}))^{frac{1}{k}} rfloor+1=nquad forall k in mathbb Nbackslash {{1}} $$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R8)$$



$$lfloor (n^k -gcd(lfloor n^{frac{1}{k}} rfloor,Bigllfloor frac{p_n^{k}}{n^{k}} Bigrrfloor))^{frac{1}{k}} rfloor+1=nquad forall k in mathbb Nbackslash {{1}} $$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R9)$$



$$lfloor (n^k -{lfloor n^{frac{1}{k}} rfloor}^{k-1}gcd({lfloor n^{frac{1}{k}} rfloor}^{k-1},Bigllfloor frac{p_n^{k-1}}{n^{k-1}} Bigrrfloor))^{frac{1}{k}} rfloor+1=nquad forall k in mathbb Nbackslash {{1}} $$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R10)$$



$$lim _{krightarrow infty }((n^k -lfloor n^{frac{1}{k}} rfloorgcd(lfloor n^{frac{1}{k}} rfloor,vartheta _{{n,k-1}}))^{frac{1}{k}} )=n$$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R11)$$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R12)$$



Figure 5










share|cite|improve this question
























  • We can slightly simplify the left side to $$n-gcd(lfloor sqrt{n} rfloor,q)$$ where $q$ is the smallest prime factor of $$ncdot lfloor frac{p_n}{n} rfloor$$
    – Peter
    Jun 10 '18 at 8:28










  • Further we can conclude that the left side is either $n-1$ or $n-q$
    – Peter
    Jun 10 '18 at 8:30






  • 1




    en.wikipedia.org/wiki/Prime-counting_function shows, among other things, the (proven) bounds from Pierre Dusart.
    – Peter
    Jun 10 '18 at 10:21






  • 2




    Your goal is to construct a formula that avoids brute force calculation. If not, you do not need the formula and can calculate the values directly. "Predictible" means that a program can get the correct answer much faster and always correct and needs no cumbersome calculations.
    – Peter
    Jun 10 '18 at 15:52








  • 1




    You have two chunks of text, both labeled "final edit and summary". I don't know which final edit and summary is the final final edit and summary. At the end of the top final edit and summary, you ask, "how do I establish a proof that will be rigorous and indisputable?" But it is not clear what you want to prove. There's nothing anywhere labeled "Theorem", or "Conjecture", just a multitude of equations and formulas. I'm very tempted to vote to close as "unclear what you are asking".
    – Gerry Myerson
    Nov 14 '18 at 3:42














18












18








18


7





FINAL EDIT AND SUMMARY.



The basis of this problem, and that which allows for the approximations to be made here, can be summarised in one approximation:



$$Biggl(frac{n^k -{lfloor n^{frac{1}{k}} rfloor}^{k-1}gcd({lfloor n^{frac{1}{k}} rfloor}^{k-1},Bigllfloor frac{p_n^{k-1}}{n^{k-1}} Bigrrfloor)}{n^k -{lfloor n^{frac{1}{k}} rfloor}gcd({lfloor n^{frac{1}{k}} rfloor},Bigllfloor frac{p_n^{k}}{n^{k}} Bigrrfloor)}Biggr)^{frac{1}{k}}
approx 1quadforall n,k in mathbb Nbackslash {{1}}$$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(A0)$$



$$frac{Bigllfloor bigl(n^k -{lfloor n^{frac{1}{k}} rfloor}^{k-1}gcd({lfloor n^{frac{1}{k}} rfloor}^{k-1},Bigllfloor frac{p_n^{k-1}}{n^{k-1}} Bigrrfloor)bigr)^{frac{1}{k}}Bigrrfloor
}{Bigllfloor bigl(n^k -{lfloor n^{frac{1}{k}} rfloor}gcd({lfloor n^{frac{1}{k}} rfloor},Bigllfloor frac{p_n^{k}}{n^{k}} Bigrrfloor)bigr)^{frac{1}{k}}Bigrrfloor} =1quadforall n,k in mathbb Nbackslash {{1}}$$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(A1)$$



$${gcdBigl({lfloor n^{frac{1}{k}} rfloor},Bigllfloor frac{p_n^k}{n^k} BigrrfloorBigr)}quad Biggl|quad gcdBigl({lfloor n^{frac{1}{k}} rfloor}^{k-1},Bigllfloor frac{p_n^{k-1}}{n^{k-1}} BigrrfloorBigr) $$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(A2)$$



Defining the above ratio as varsigma:
$$varsigma_{n,k}= frac{{{lfloor n^{frac{1}{k}} rfloor}^{k-1}gcdBigl({lfloor n^{frac{1}{k}} rfloor}^{k-1},Bigllfloor frac{p_n^{k-1}}{n^{k-1}} BigrrfloorBigr)}
}{{gcdBigl({lfloor n^{frac{1}{k}} rfloor},Bigllfloor frac{p_n^k}{n^k} BigrrfloorBigr)}}$$



We have the following:



$n lt 2^k Rightarrow varsigma_{n,k}=1$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(A3)$$



$varsigma_{n,k}$ is a perfect power $forall n,k in mathbb N, backslash ,{{1}}$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(A4)$$



To generalize:



$$varsigma_{n,k,i,j}= frac{{{lfloor n^{frac{1}{k}} rfloor}^{j-1}gcdBigl({lfloor n^{frac{1}{k}} rfloor}^{j},Bigllfloor frac{p_n^{,,j}}{n^{,j}} BigrrfloorBigr)}
}{{gcdBigl({lfloor n^{frac{1}{k}} rfloor^{,i}},Bigllfloor frac{p_n^{,i}}{n^{,i}} BigrrfloorBigr)}}$$



provided that $j geq i$,we have:



$m^k leq n lt (m+1)^k Rightarrow varsigma_{n,k,i,j} in {{m^N:N in {{1,2,3,...,k}}}}$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(A5)$$



reducing the above by setting $i=j$:
$$varsigma_{n,k,j}= lfloor n^{frac{1}{k}} rfloor^{j-1}$$



$m^k leq n lt (m+1)^k Rightarrow varsigma_{n,k,j}=m^{j-1}$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(A6)$$



The maximum value of the integer remainder of the division of $n^k+m$ by $gcd(Bigllfloor frac{p_n^{, a}}{n^{,b}} Bigrrfloor,n^c)$ is equal to $m$, when $a gt 1$, $b gt 1$ and $1 leq c leq k$.



This stated in inequalities:



$$a gt 1land b gt 1 land 1 leq c leq k Rightarrow -m leq n^k-Biggllfloorfrac{n^k+m}{gcd(Bigllfloor frac{p_n^{, a}}{n^{,b}} Bigrrfloor,n^c)}BiggrrfloorgcdBiggl(Bigllfloor frac{p_n^{, a}}{n^{,b}} Bigrrfloor,n^cBiggr) leq 0$$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(A7)$$



So the question I am now asking, for that fun person that wants to close this page, is how do I establish a proof for (A5) and (A7) that will be rigorous and indisputable?



note that for now, I will leave the lemma as the restriction



$${{a,b}} subset mathbb N land c in {{1,2,3,...,k}} Rightarrow n^k+m-Biggllfloorfrac{n^k+m}{gcd(Bigllfloor frac{p_n^{, a}}{n^{,b}} Bigrrfloor,n^c)}BiggrrfloorgcdBiggl(Bigllfloor frac{p_n^{, a}}{n^{,b}} Bigrrfloor,n^cBiggr) in {{0,1,2,...,m}}$$



But there most definitely exists congruence relations that have dependence in $(n,k)$ that allow us to reduce this condition to a specific subset of the least residue system modulo $m+1$ stated on the righthand side of the implicative arrow.



Yesterday I noticed quite a strong fit for the approximation:
$$vartheta _{{n}}=minBiggl(mathcal DBigl(ncdotBigllfloor frac{p_n}{n} BigrrfloorBigr) backslash {{1}}Biggr)$$
$$n-gcd(bigllfloor sqrt {n} bigrrfloor ,vartheta _{{n}})) approx A cdot (n-1) +B$$



where $A approx 1$ and $B approx -1/2$ and $mathcal D(n)$ denote the set of all divisors of $n$, $p_n$ is the $n^{th}$ prime.



$$sqrt{bigl( n^{2}-bigllfloor sqrt {n} bigrrfloorcdotgcd(bigllfloor sqrt {n} bigrrfloor ,vartheta _{{n}})bigr)}sim n $$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R1)$$



$$sqrt{bigl( n-gcd(n ,vartheta _{{n}})bigr)}+frac{1}{sqrt{n}}sim sqrt{n}$$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R2)$$



$$sqrt{{n}^{2}-max left( lfloor sqrt{n} rfloor ,n
right) min left( gcd left( lfloor sqrt{n} rfloor,vartheta_n right) ,gcd left( n,vartheta_n right) right)
}+1+delta_{{n}}sim n$$



Where $delta_n in {{-frac{1}{2},0,frac{1}{2}}}$ is a discrete function for which I am unable to determine as yet.
$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R3)$$



So I guess the best idea now would be for me to find either a value on $mathbb N$ that satisfies neither of the following equalities:
$$n- Biggl(Bigllfloorsqrt {{n}^{2}- lfloor sqrt{n}
rfloor cdot gcd left( lfloor sqrt{n} rfloor ,vartheta_n right) } Bigrrfloor+1Biggr) = 0 $$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R4)$$



$$n-Biggl(Bigllfloor sqrt{{n}^{2}-min left( lfloor
sqrt{n} rfloor ,n right)cdotminleft(gcd ( lfloor sqrt{n}rfloor,vartheta_n) ,gcd ( n,vartheta_n)
right) }Bigrrfloor +1Biggr) = 0$$

$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R5)$$



Figure 1:
enter image description here



Figure 2:



enter image description here



Defining a generalisation of vartheta:
$$vartheta _{{n,k}}=minBiggl(mathcal DBigl(n^{k}cdotBigllfloor frac{p_n^{k}}{n^{k}} BigrrfloorBigr), backslash, {{1}}Biggr)$$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R6)$$



Will allow for the following asymptotic relation as we would intuitively expect from the nature of the generalisation and the nature of $(R2)$:
$$(n^k -lfloor n^{frac{1}{k}} rfloorgcd(lfloor n^{frac{1}{k}} rfloor,vartheta _{{n,k-1}}))^{frac{1}{k}} sim n quad forall k in mathbb Nbackslash {{1}}$$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R7)$$



Which is based on an apparent equality:



$$lfloor (n^k -lfloor n^{frac{1}{k}} rfloorgcd(lfloor n^{frac{1}{k}} rfloor,vartheta _{{n,k-1}}))^{frac{1}{k}} rfloor+1=nquad forall k in mathbb Nbackslash {{1}} $$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R8)$$



$$lfloor (n^k -gcd(lfloor n^{frac{1}{k}} rfloor,Bigllfloor frac{p_n^{k}}{n^{k}} Bigrrfloor))^{frac{1}{k}} rfloor+1=nquad forall k in mathbb Nbackslash {{1}} $$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R9)$$



$$lfloor (n^k -{lfloor n^{frac{1}{k}} rfloor}^{k-1}gcd({lfloor n^{frac{1}{k}} rfloor}^{k-1},Bigllfloor frac{p_n^{k-1}}{n^{k-1}} Bigrrfloor))^{frac{1}{k}} rfloor+1=nquad forall k in mathbb Nbackslash {{1}} $$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R10)$$



$$lim _{krightarrow infty }((n^k -lfloor n^{frac{1}{k}} rfloorgcd(lfloor n^{frac{1}{k}} rfloor,vartheta _{{n,k-1}}))^{frac{1}{k}} )=n$$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R11)$$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R12)$$



Figure 5










share|cite|improve this question















FINAL EDIT AND SUMMARY.



The basis of this problem, and that which allows for the approximations to be made here, can be summarised in one approximation:



$$Biggl(frac{n^k -{lfloor n^{frac{1}{k}} rfloor}^{k-1}gcd({lfloor n^{frac{1}{k}} rfloor}^{k-1},Bigllfloor frac{p_n^{k-1}}{n^{k-1}} Bigrrfloor)}{n^k -{lfloor n^{frac{1}{k}} rfloor}gcd({lfloor n^{frac{1}{k}} rfloor},Bigllfloor frac{p_n^{k}}{n^{k}} Bigrrfloor)}Biggr)^{frac{1}{k}}
approx 1quadforall n,k in mathbb Nbackslash {{1}}$$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(A0)$$



$$frac{Bigllfloor bigl(n^k -{lfloor n^{frac{1}{k}} rfloor}^{k-1}gcd({lfloor n^{frac{1}{k}} rfloor}^{k-1},Bigllfloor frac{p_n^{k-1}}{n^{k-1}} Bigrrfloor)bigr)^{frac{1}{k}}Bigrrfloor
}{Bigllfloor bigl(n^k -{lfloor n^{frac{1}{k}} rfloor}gcd({lfloor n^{frac{1}{k}} rfloor},Bigllfloor frac{p_n^{k}}{n^{k}} Bigrrfloor)bigr)^{frac{1}{k}}Bigrrfloor} =1quadforall n,k in mathbb Nbackslash {{1}}$$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(A1)$$



$${gcdBigl({lfloor n^{frac{1}{k}} rfloor},Bigllfloor frac{p_n^k}{n^k} BigrrfloorBigr)}quad Biggl|quad gcdBigl({lfloor n^{frac{1}{k}} rfloor}^{k-1},Bigllfloor frac{p_n^{k-1}}{n^{k-1}} BigrrfloorBigr) $$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(A2)$$



Defining the above ratio as varsigma:
$$varsigma_{n,k}= frac{{{lfloor n^{frac{1}{k}} rfloor}^{k-1}gcdBigl({lfloor n^{frac{1}{k}} rfloor}^{k-1},Bigllfloor frac{p_n^{k-1}}{n^{k-1}} BigrrfloorBigr)}
}{{gcdBigl({lfloor n^{frac{1}{k}} rfloor},Bigllfloor frac{p_n^k}{n^k} BigrrfloorBigr)}}$$



We have the following:



$n lt 2^k Rightarrow varsigma_{n,k}=1$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(A3)$$



$varsigma_{n,k}$ is a perfect power $forall n,k in mathbb N, backslash ,{{1}}$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(A4)$$



To generalize:



$$varsigma_{n,k,i,j}= frac{{{lfloor n^{frac{1}{k}} rfloor}^{j-1}gcdBigl({lfloor n^{frac{1}{k}} rfloor}^{j},Bigllfloor frac{p_n^{,,j}}{n^{,j}} BigrrfloorBigr)}
}{{gcdBigl({lfloor n^{frac{1}{k}} rfloor^{,i}},Bigllfloor frac{p_n^{,i}}{n^{,i}} BigrrfloorBigr)}}$$



provided that $j geq i$,we have:



$m^k leq n lt (m+1)^k Rightarrow varsigma_{n,k,i,j} in {{m^N:N in {{1,2,3,...,k}}}}$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(A5)$$



reducing the above by setting $i=j$:
$$varsigma_{n,k,j}= lfloor n^{frac{1}{k}} rfloor^{j-1}$$



$m^k leq n lt (m+1)^k Rightarrow varsigma_{n,k,j}=m^{j-1}$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(A6)$$



The maximum value of the integer remainder of the division of $n^k+m$ by $gcd(Bigllfloor frac{p_n^{, a}}{n^{,b}} Bigrrfloor,n^c)$ is equal to $m$, when $a gt 1$, $b gt 1$ and $1 leq c leq k$.



This stated in inequalities:



$$a gt 1land b gt 1 land 1 leq c leq k Rightarrow -m leq n^k-Biggllfloorfrac{n^k+m}{gcd(Bigllfloor frac{p_n^{, a}}{n^{,b}} Bigrrfloor,n^c)}BiggrrfloorgcdBiggl(Bigllfloor frac{p_n^{, a}}{n^{,b}} Bigrrfloor,n^cBiggr) leq 0$$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(A7)$$



So the question I am now asking, for that fun person that wants to close this page, is how do I establish a proof for (A5) and (A7) that will be rigorous and indisputable?



note that for now, I will leave the lemma as the restriction



$${{a,b}} subset mathbb N land c in {{1,2,3,...,k}} Rightarrow n^k+m-Biggllfloorfrac{n^k+m}{gcd(Bigllfloor frac{p_n^{, a}}{n^{,b}} Bigrrfloor,n^c)}BiggrrfloorgcdBiggl(Bigllfloor frac{p_n^{, a}}{n^{,b}} Bigrrfloor,n^cBiggr) in {{0,1,2,...,m}}$$



But there most definitely exists congruence relations that have dependence in $(n,k)$ that allow us to reduce this condition to a specific subset of the least residue system modulo $m+1$ stated on the righthand side of the implicative arrow.



Yesterday I noticed quite a strong fit for the approximation:
$$vartheta _{{n}}=minBiggl(mathcal DBigl(ncdotBigllfloor frac{p_n}{n} BigrrfloorBigr) backslash {{1}}Biggr)$$
$$n-gcd(bigllfloor sqrt {n} bigrrfloor ,vartheta _{{n}})) approx A cdot (n-1) +B$$



where $A approx 1$ and $B approx -1/2$ and $mathcal D(n)$ denote the set of all divisors of $n$, $p_n$ is the $n^{th}$ prime.



$$sqrt{bigl( n^{2}-bigllfloor sqrt {n} bigrrfloorcdotgcd(bigllfloor sqrt {n} bigrrfloor ,vartheta _{{n}})bigr)}sim n $$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R1)$$



$$sqrt{bigl( n-gcd(n ,vartheta _{{n}})bigr)}+frac{1}{sqrt{n}}sim sqrt{n}$$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R2)$$



$$sqrt{{n}^{2}-max left( lfloor sqrt{n} rfloor ,n
right) min left( gcd left( lfloor sqrt{n} rfloor,vartheta_n right) ,gcd left( n,vartheta_n right) right)
}+1+delta_{{n}}sim n$$



Where $delta_n in {{-frac{1}{2},0,frac{1}{2}}}$ is a discrete function for which I am unable to determine as yet.
$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R3)$$



So I guess the best idea now would be for me to find either a value on $mathbb N$ that satisfies neither of the following equalities:
$$n- Biggl(Bigllfloorsqrt {{n}^{2}- lfloor sqrt{n}
rfloor cdot gcd left( lfloor sqrt{n} rfloor ,vartheta_n right) } Bigrrfloor+1Biggr) = 0 $$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R4)$$



$$n-Biggl(Bigllfloor sqrt{{n}^{2}-min left( lfloor
sqrt{n} rfloor ,n right)cdotminleft(gcd ( lfloor sqrt{n}rfloor,vartheta_n) ,gcd ( n,vartheta_n)
right) }Bigrrfloor +1Biggr) = 0$$

$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R5)$$



Figure 1:
enter image description here



Figure 2:



enter image description here



Defining a generalisation of vartheta:
$$vartheta _{{n,k}}=minBiggl(mathcal DBigl(n^{k}cdotBigllfloor frac{p_n^{k}}{n^{k}} BigrrfloorBigr), backslash, {{1}}Biggr)$$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R6)$$



Will allow for the following asymptotic relation as we would intuitively expect from the nature of the generalisation and the nature of $(R2)$:
$$(n^k -lfloor n^{frac{1}{k}} rfloorgcd(lfloor n^{frac{1}{k}} rfloor,vartheta _{{n,k-1}}))^{frac{1}{k}} sim n quad forall k in mathbb Nbackslash {{1}}$$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R7)$$



Which is based on an apparent equality:



$$lfloor (n^k -lfloor n^{frac{1}{k}} rfloorgcd(lfloor n^{frac{1}{k}} rfloor,vartheta _{{n,k-1}}))^{frac{1}{k}} rfloor+1=nquad forall k in mathbb Nbackslash {{1}} $$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R8)$$



$$lfloor (n^k -gcd(lfloor n^{frac{1}{k}} rfloor,Bigllfloor frac{p_n^{k}}{n^{k}} Bigrrfloor))^{frac{1}{k}} rfloor+1=nquad forall k in mathbb Nbackslash {{1}} $$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R9)$$



$$lfloor (n^k -{lfloor n^{frac{1}{k}} rfloor}^{k-1}gcd({lfloor n^{frac{1}{k}} rfloor}^{k-1},Bigllfloor frac{p_n^{k-1}}{n^{k-1}} Bigrrfloor))^{frac{1}{k}} rfloor+1=nquad forall k in mathbb Nbackslash {{1}} $$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R10)$$



$$lim _{krightarrow infty }((n^k -lfloor n^{frac{1}{k}} rfloorgcd(lfloor n^{frac{1}{k}} rfloor,vartheta _{{n,k-1}}))^{frac{1}{k}} )=n$$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R11)$$



$$quadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquadquad(R12)$$



Figure 5







prime-numbers






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Dec 3 '18 at 19:09







Adam

















asked Jun 10 '18 at 8:21









AdamAdam

54114




54114












  • We can slightly simplify the left side to $$n-gcd(lfloor sqrt{n} rfloor,q)$$ where $q$ is the smallest prime factor of $$ncdot lfloor frac{p_n}{n} rfloor$$
    – Peter
    Jun 10 '18 at 8:28










  • Further we can conclude that the left side is either $n-1$ or $n-q$
    – Peter
    Jun 10 '18 at 8:30






  • 1




    en.wikipedia.org/wiki/Prime-counting_function shows, among other things, the (proven) bounds from Pierre Dusart.
    – Peter
    Jun 10 '18 at 10:21






  • 2




    Your goal is to construct a formula that avoids brute force calculation. If not, you do not need the formula and can calculate the values directly. "Predictible" means that a program can get the correct answer much faster and always correct and needs no cumbersome calculations.
    – Peter
    Jun 10 '18 at 15:52








  • 1




    You have two chunks of text, both labeled "final edit and summary". I don't know which final edit and summary is the final final edit and summary. At the end of the top final edit and summary, you ask, "how do I establish a proof that will be rigorous and indisputable?" But it is not clear what you want to prove. There's nothing anywhere labeled "Theorem", or "Conjecture", just a multitude of equations and formulas. I'm very tempted to vote to close as "unclear what you are asking".
    – Gerry Myerson
    Nov 14 '18 at 3:42


















  • We can slightly simplify the left side to $$n-gcd(lfloor sqrt{n} rfloor,q)$$ where $q$ is the smallest prime factor of $$ncdot lfloor frac{p_n}{n} rfloor$$
    – Peter
    Jun 10 '18 at 8:28










  • Further we can conclude that the left side is either $n-1$ or $n-q$
    – Peter
    Jun 10 '18 at 8:30






  • 1




    en.wikipedia.org/wiki/Prime-counting_function shows, among other things, the (proven) bounds from Pierre Dusart.
    – Peter
    Jun 10 '18 at 10:21






  • 2




    Your goal is to construct a formula that avoids brute force calculation. If not, you do not need the formula and can calculate the values directly. "Predictible" means that a program can get the correct answer much faster and always correct and needs no cumbersome calculations.
    – Peter
    Jun 10 '18 at 15:52








  • 1




    You have two chunks of text, both labeled "final edit and summary". I don't know which final edit and summary is the final final edit and summary. At the end of the top final edit and summary, you ask, "how do I establish a proof that will be rigorous and indisputable?" But it is not clear what you want to prove. There's nothing anywhere labeled "Theorem", or "Conjecture", just a multitude of equations and formulas. I'm very tempted to vote to close as "unclear what you are asking".
    – Gerry Myerson
    Nov 14 '18 at 3:42
















We can slightly simplify the left side to $$n-gcd(lfloor sqrt{n} rfloor,q)$$ where $q$ is the smallest prime factor of $$ncdot lfloor frac{p_n}{n} rfloor$$
– Peter
Jun 10 '18 at 8:28




We can slightly simplify the left side to $$n-gcd(lfloor sqrt{n} rfloor,q)$$ where $q$ is the smallest prime factor of $$ncdot lfloor frac{p_n}{n} rfloor$$
– Peter
Jun 10 '18 at 8:28












Further we can conclude that the left side is either $n-1$ or $n-q$
– Peter
Jun 10 '18 at 8:30




Further we can conclude that the left side is either $n-1$ or $n-q$
– Peter
Jun 10 '18 at 8:30




1




1




en.wikipedia.org/wiki/Prime-counting_function shows, among other things, the (proven) bounds from Pierre Dusart.
– Peter
Jun 10 '18 at 10:21




en.wikipedia.org/wiki/Prime-counting_function shows, among other things, the (proven) bounds from Pierre Dusart.
– Peter
Jun 10 '18 at 10:21




2




2




Your goal is to construct a formula that avoids brute force calculation. If not, you do not need the formula and can calculate the values directly. "Predictible" means that a program can get the correct answer much faster and always correct and needs no cumbersome calculations.
– Peter
Jun 10 '18 at 15:52






Your goal is to construct a formula that avoids brute force calculation. If not, you do not need the formula and can calculate the values directly. "Predictible" means that a program can get the correct answer much faster and always correct and needs no cumbersome calculations.
– Peter
Jun 10 '18 at 15:52






1




1




You have two chunks of text, both labeled "final edit and summary". I don't know which final edit and summary is the final final edit and summary. At the end of the top final edit and summary, you ask, "how do I establish a proof that will be rigorous and indisputable?" But it is not clear what you want to prove. There's nothing anywhere labeled "Theorem", or "Conjecture", just a multitude of equations and formulas. I'm very tempted to vote to close as "unclear what you are asking".
– Gerry Myerson
Nov 14 '18 at 3:42




You have two chunks of text, both labeled "final edit and summary". I don't know which final edit and summary is the final final edit and summary. At the end of the top final edit and summary, you ask, "how do I establish a proof that will be rigorous and indisputable?" But it is not clear what you want to prove. There's nothing anywhere labeled "Theorem", or "Conjecture", just a multitude of equations and formulas. I'm very tempted to vote to close as "unclear what you are asking".
– Gerry Myerson
Nov 14 '18 at 3:42










0






active

oldest

votes











Your Answer





StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2814343%2ffinding-a-better-approximation-to-a-prime-number-relation%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Mathematics Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


Use MathJax to format equations. MathJax reference.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2814343%2ffinding-a-better-approximation-to-a-prime-number-relation%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Quarter-circle Tiles

build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

Mont Emei