login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135794 Numbers of the form x^5+10x^3*y^2+5x*y^4 (where x,y are integers). 0
16, 121, 122, 496, 512, 528, 1441, 1562, 1563, 1684, 3376, 3872, 3888, 3904, 4400, 6841, 8282, 8403, 8404, 8525, 9966, 12496, 15872, 16368, 16384, 16400, 16896, 20272, 21121, 27962, 29403, 29524, 29525, 29646, 31087, 33616, 37928, 46112 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Squares of these numbers are of the form N^5+M^2 (where N belongs to A000404 and M to A135795) Proof uses: (x^5+10x^3 y^2+5xy^4)^2=(x^2-y^2)^5+(5x^4y+10x^2y^3+y^5)^2

Also numbers of the form ((x + y)^5 - (x - y)^5))/2 = x^5 + 10x^3*y^2 + 5x*y^4 [From Artur Jasinski (grafix(AT)csl.pl), Oct 10 2008]

MATHEMATICA

a = {}; Do[Do[w = x^5 + 10x^3 y^2 + 5x y^4; If[w < 100000, AppendTo[a, w]], {x, 1, 1000}], {y, 1, 1000}]; Union[a]

CROSSREFS

Cf. A000404, A050803, A057102, A135784, A060803, A135786, A135787, A135789, A135790, A135791, A135792, A135793, A135795, A135796.

Sequence in context: A060219 A185760 A014732 * A161851 A171584 A017030

Adjacent sequences:  A135791 A135792 A135793 * A135795 A135796 A135797

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Nov 29 2007, Oct 10 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 18:27 EST 2012. Contains 206066 sequences.