-1
votes
0answers
65 views
Counting the number of sums of two integers squares which equal twice a given integer square
I'm looking for an efficient way to count how many non-negative integer solutions (X,Y) satisfy the formula:
X^2 + Y^2 = 2*N^2
for a given positive integer N
I know of Pell's eq …
10
votes
2answers
488 views
Sums of Squares
Every prime $p = 4k + 1$ can be uniquely expressed as sum of two squares, but for which
integers $x$ is $x^2 + y^2 =$ some prime $p$? Stated differently, does the square of
every …
3
votes
2answers
279 views
The four squares theorem from the Gauss-Legendre three squares theorem
Hi,
I've been studying some proofs of The four squares theorem. Some of them are pretty clear. However, I came across a statement that The four squares theorem can be easily derive …
5
votes
2answers
609 views
Octonions and the dance of the seven veils
Let us take the octonions as having all integer coefficients and the multiplication table at BAEZ
We have a standard conjugation operator with $\bar{1} = 1$ and $\bar{e_i}= - e_i, …
0
votes
0answers
158 views
Confirm/refute $f(x)$ where $f(x) = $x-th Mersenne prime ($M_p$) where $x$ is [1,2,3,4,5,6,7…]
While tinkering with numbers, I found $n=f(x)$ where $n = \sigma(\sigma(n)-n)$ and $x \neq p$ where $p$ is a Mersenne prime exponent, but I need help input in regard to improving a …
0
votes
0answers
92 views
maximum of the sum of polynomials
Hi
I have $n$ polynomials, each one is positive over a certain range and the maximum value each can attain is 1. Also each polynomial has atmost one peak(maximum). Is there some …
2
votes
2answers
376 views
Integer partition and sum of squares
Hello,
The question below might be well known, and using different words (I made these up, I'm not a number theorist or specialist in combinatorics)
For all integers $n\geq 2$ d …
3
votes
0answers
118 views
An S-lemma for polynomials of degree 4 in three variables
Might the following be true:
Let $p,q\in\mathbb{R}[x,y,z]$ be homogeneous polynomials, with $\deg(p)\leq 4$ and $\deg(q)= 2$. Suppose $q(x,y,z)>0$ for some $x,y,z\in\mathbb{R}$ …
1
vote
0answers
68 views
Information about mutant Leech lattice related to smallest perfect squared square
What happens if we follow the construction of the Leech lattice but replace the relation
$\displaystyle \sum_{n=1}^{24} n^2 = 70^2$
with the smallest perfect squared square? Exp …
2
votes
1answer
221 views
Question on Sums of Squares
Is it possible for two different $n$-element sets, each of which consists of $n$ unique positive integers (they can appear in both sets, though) to have the same sum when the squar …
12
votes
1answer
612 views
Legendre and sums of three squares
The Three-Squares-Theorem was proved by Gauss in his Disquisitiones, and this proof was studied carefully by various number theorists. Three years before Gauss, Legendre claimed
to …
4
votes
0answers
214 views
Product on representations of an integer by a quadratic form?
Define the quadratic form
$$Q(z_1,z_2,z_3,z_4) = 13 + \sum_{i=1}^4 (10+i)z_i +5 \sum_{1 \le i \le j \le 4} z_iz_j.$$
Then, $r_Q(n) := \left|{(z_1,z_2,z_3,z_4) \in \mathbb{Z}^4 : …
7
votes
9answers
3k views
Ways to prove an inequality
It seems that there are three basic ways to prove an inequality eg $x>0$.
Show that x is a sum of squares.
Use an entropy argument. (Entropy always increases)
Convexity.
Are th …
6
votes
1answer
422 views
Representations by positive definite binary quadratic forms
It's known that the number of representations of an integer $k$ by sum of two squares is
$$
4\;\sum_{d|k}\left(\frac{-4}{d}\right)
$$
or
$$
4\sum_{d|k,\; d \textrm{ odd}} (-1)^{\fr …
3
votes
1answer
478 views
Is there a general method of determining the line of best fit for any given set of data? [closed]
Is there a general method of determining the line of best fit (using the principle of least squares or any other principle) for any given set of data points$? If there is no genera …

