|
| |
|
|
A135790
|
|
Positive numbers of the form -x^4+6x^2 y^2-y^4 (where x,y are integers).
|
|
7
|
|
|
|
4, 7, 64, 112, 119, 164, 239, 324, 527, 567, 644, 959, 1024, 1519, 1792, 1904, 2047, 2500, 2624, 2884, 3479, 3824, 4207, 4324, 4375, 4879, 4964, 5184, 5572, 6647, 6887, 7327, 8119, 8432, 9072, 9604, 9639
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,1
|
|
|
COMMENTS
|
Squares of these numbers are of the form N^4-M^2 (where N belongs to A135786 and M to A057102) Proof uses: (x^4 - 6x^2 y^2 + y^4)^2=(x^2+y^2)^4-(4(x^3y-xy^2))^2
|
|
|
LINKS
|
Table of n, a(n) for n=1..37.
|
|
|
MATHEMATICA
|
a = {}; Do[Do[w = -x^4 + 6x^2 y^2 - y^4; If[w > 0&&w<10000, AppendTo[a, w]], {x, y, 2000}], {y, 1, 2000}]; Union[a]
|
|
|
CROSSREFS
|
Cf. A000404, A050803, A057102, A135784, A060803, A135786, A135787, A135789.
Sequence in context: A060413 A065674 A072954 * A156474 A136276 A220003
Adjacent sequences: A135787 A135788 A135789 * A135791 A135792 A135793
|
|
|
KEYWORD
|
nonn
|
|
|
AUTHOR
|
Artur Jasinski, Nov 29 2007
|
|
|
STATUS
|
approved
|
| |
|
|