How many natural numbers $n≤1000$ cannot be written in the form $a^2−b^2−c^2 \ ;$
where $a$,$b$ and $c$ are non-negative integers subject to condition $a≥b+c$.
How to approach?
How many natural numbers $n≤1000$ cannot be written in the form $a^2−b^2−c^2 \ ;$
where $a$,$b$ and $c$ are non-negative integers subject to condition $a≥b+c$.
How to approach?
HINT:
$2n+1=(n+1)^2-n^2-0^2 ;a=n+1,b=n,c=0$
$2n=(n+1)^2-n^2-1^2 ;a=n+1,b=n,c=1$