OFFSET
1,1
MAPLE
S := {}: for x from 1 to 100 do for y from 1 to 100 do S := S union {x^2+y^2+2} od:od:S := sort(convert(S, list)): for i from 1 to 500 do if isprime(S[i]) then printf(`%d, `, S[i]) fi:od: # James A. Sellers, Feb 25 2003
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Feb 18 2003
EXTENSIONS
More terms from James A. Sellers, Feb 25 2003
STATUS
approved