login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A177989
Numbers n such that quartic equation y^2=x^4-n has no integer solution.
2
2, 3, 4, 5, 6, 8, 9, 10, 11, 13, 14, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 50, 51, 52, 53, 54, 55, 57, 58, 59, 61, 62, 63, 64, 66, 67, 68, 69, 70, 73, 74, 75, 76, 78, 79
OFFSET
1,1
COMMENTS
Complement to this sequence see A177989.
Numbers n such that the quartic curve y^2=x^4+n doesn't have integral points. see A177987.
PROG
(Magma) IntegralQuarticPoints([1, 0, 0, 0, -79]);
CROSSREFS
KEYWORD
nonn
AUTHOR
Artur Jasinski, May 16 2010
STATUS
approved