OFFSET
1,1
COMMENTS
For any n, the equations x^4 - y^4 = a(n)*z^2 and x^4 - a(n)^2*y^4 = z^2 are not solvable in natural numbers. - Arkadiusz Wesolowski, Aug 15 2013
REFERENCES
L. J. Mordell, Diophantine Equations, Ac. Press, p. 23.
Trygve Nagell, Introduction to Number Theory, Chelsea Publishing Company, NY, 1964, p. 230.
LINKS
T. D. Noe, Table of n, a(n) for n = 1..1000
MATHEMATICA
Select[Prime@Range[400], Mod[ #, 16] == 3 &] (* Ray Chandler, Dec 06 2006 *)
PROG
(PARI) is(n)=isprime(n) && n%16==3 \\ Charles R Greathouse IV, Jul 01 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Giovanni Teofilatto, Mar 14 2004
EXTENSIONS
More terms from Ray Chandler, Mar 15 2004
STATUS
approved