This question doesn't support checking answers.
233. Lattice points on a circle

Publish Date:

Let f(N) be the number of points with integer coordinates that are on a circle passing through (0,0), (N,0),(0,N), and (N,N).

It can be shown that f(10000) = 36.

What is the sum of all positive integers N ≤ 1011 such that f(N) = 420 ?

Press F12 and use the "Console" tab to view the output of your codes.

Loading...