I have been asking the following question at MSE with an answer: $\lfloor \sqrt n+\sqrt {n+1}+\sqrt{n+2}+\sqrt{n+3}+\sqrt{n+4}\rfloor=\lfloor\sqrt {25n+49}\rfloor$ is true?
I found this relational expression by using computer. Then, I got interested in the generalization of this expression. After receiving an answer, I decided to start an easy example.
First, I got the following with a proof: $$\lfloor\sqrt n+\sqrt {n+1}\rfloor=\lfloor\sqrt {4n+1}\rfloor=\lfloor\sqrt{4n+2}\rfloor.$$
Note that $\lfloor x \rfloor$ is the largest integer not greater than $x$.
Proof: By the AM-GM inequality, we get $n\lt\sqrt{n(n+1)}\lt n+1/2$. Then, we get $$4n+1\lt\left(\sqrt n+\sqrt{n+1}\right)^2=4n+2-2\left(n+1/2-\sqrt{n(n+1)}\right)\lt4n+2. $$ By the way, there are no perfect squares in $\left(4n+1, 4n+2\right].$ (since $k^2\equiv0, 1(mod 4)$ for any natural number $k$, there is no natural number $k$ such that $k^2=4n+2$.) Now, the proof is completed.
Second, I've just got new relational expressions by using computer: $$\lfloor\sqrt{n}+\sqrt{n+1}+\sqrt{n+2}\rfloor=\lfloor\sqrt{9n+8}\rfloor,$$ $$\lfloor\sqrt{n}+\sqrt{n+1}+\sqrt{n+2}+\sqrt{n+3}\rfloor=\lfloor\sqrt{16n+20}\rfloor$$ for any natural numbre $n$.
I won't ask these expression because I'm going to prove these by myself.
Third, I haven't got any expression about 'six terms expression'. Then, I expect the following theorem would be proven true:
Theorem: For any real number $c$, there exists a natural number $n$ such that $$\lfloor\sqrt{n}+\sqrt{n+1}+\sqrt{n+2}+\sqrt{n+3}+\sqrt{n+4}+\sqrt{n+5}\rfloor\not=\lfloor\sqrt{36n+c}\rfloor.$$
Then, here is my question.
Question: The theorem I wrote is true? If it is true, please show me how to prove it. If it is not true, please give me a counterexample.
Any help would be appriciated.