Documentation

FormalConjectures.ErdosProblems.«1148»

Erdős Problem 1148 #

References:

A natural number $n$ which can be written as $n$ if $n = x^2 + y^2 - z^2$ with $\max(x^2, y^2, z^2) \leq n$.

Equations
Instances For

    Can every large integer $n$ be written as $n=x^2+y^2-z^2$ with $\max(x^2,y^2,z^2)\leq n$?

    The largest integer known which cannot be written this way is $6563$.

    The weaker property: $n = x^2 + y^2 - z^2$ such that $\max(x^2, y^2, z^2) \leq n + 2\sqrt{n}$.

    Equations
    Instances For

      [Va99] reports this is 'obvious' if we replace $\leq n$ with $\leq n+2\sqrt{n}$.