OFFSET
1,2
LINKS
N. J. A. Sloane et al., Binary Quadratic Forms and OEIS (Index to related sequences, programs, references).
Eric Weisstein's World of Mathematics, Postage Stamp Problem.
PROG
(PARI) s=14; v=[]; for(y=0, s, for(x=0, y, if(gcd(x, y)==1, r=x*x+y*y; if(r<=s*s, v=concat(v, r))))); vecsort(v) \\ Craig Clapp (craig_clapp(AT)earthlink.net), Apr 30 2010
CROSSREFS
KEYWORD
nonn
AUTHOR
Nissim Broudo (broudo(AT)brain.math.fau.edu)
EXTENSIONS
Missing second instance of 85 (6^2+7^2 = 2^2+9^2 = 85) added by Craig Clapp (craig_clapp(AT)earthlink.net), Apr 30 2010
STATUS
approved