|
Search: id:A135791
|
|
|
| A135791 |
|
Positive numbers of the form x^5-10x^3*y^2+5x*y^4 (where x,y are integers and x>y). |
|
+0 6
|
|
| 404, 1900, 3647, 5646, 12928, 13412, 14050, 27688, 30609, 36413, 45716, 51804, 60800, 74576, 90050, 98172
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
See A135792, union A135791 and A135792 see A135793. Squares of these numbers are of the form N^5-M^2 (where N belongs to A135787 and M to A057102) Proof uses: (x^5-10x^3 y^2+5xy^4)^2=(x^2+y^2)^5-(5x^4y-10x^2y^3+y^5)^2. [This line needs editing! - N. J. A. Sloane (njas(AT)research.att.com), Dec 04 2007]
|
|
MATHEMATICA
|
a = {}; Do[Do[w = x^5 - 10x^3 y^2 + 5x y^4; If[w > 0 && w < 100000, AppendTo[a, w]], {x, y, 1000}], {y, 1, 1000}]; Union[a]
|
|
CROSSREFS
|
Cf. A000404, A050803, A057102, A135784, A060803, A135786, A135787, A135789, A135790, A135792, A135793.
Sequence in context: A165808 A097741 A117836 this_sequence A151745 A151634 A132362
Adjacent sequences: A135788 A135789 A135790 this_sequence A135792 A135793 A135794
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Artur Jasinski (grafix(AT)csl.pl), Nov 29 2007
|
|
|
Search completed in 0.002 seconds
|