Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A135789
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A135789 Positive numbers of the form x^4-6x^2 y^2+y^4 (where x,y are integers). +0
9
28, 41, 161, 448, 476, 656, 721, 956, 1081, 1241, 1393, 2108, 2268, 2576, 3281, 3321, 3713, 3836, 4633, 4681, 5593, 6076, 7168, 7616, 8188, 9401, 9641, 10496, 11536, 11753, 12121, 12593, 13041, 13916, 15296, 16828, 17296, 17500, 19516, 19856 (list; graph; listen)
OFFSET

1,1

COMMENT

Squares of these numbers are of the form N^4-M^2 (where N belongs to A135786 and M to A057102). Proof is based on the identity (x^4 - 6x^2 y^2 + y^4)^2=(x^2+y^2)^4-(4(x^3y-xy^3))^2

Since x^4-6x^2y^2+y^4=d*d' where d=x^2-y^2+2xy and d'=x^2-y^2-2xy, and d-d'=4xy, the computational technique is to consider the divisors d|n, d'=n/d, to check that the difference is a mutliple of 4, and to check x in the range 1..d/3. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 18 2009]

MAPLE

isA135789 := proc(n) for d in numtheory[divisors](n) do dprime := n/d ; if abs(d-dprime) mod 4 = 0 then for x from 1 to d/3 do y := (d-dprime)/4/x ; if type(y, 'integer') and y< x and y> 0 then if n = (x^2-y^2+2*x*y)*(x^2-y^2-2*x*y) then RETURN(true); fi; fi; od: fi: od: RETURN(false) ; end: for n from 1 do if isA135789(n) then printf("%d, \n", n) ; fi; od: [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 18 2009]

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.

Sequence in context: A109798 A084807 A047630 this_sequence A154035 A025368 A025359

Adjacent sequences: A135786 A135787 A135788 this_sequence A135790 A135791 A135792

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 18 2009

page 1

Search completed in 0.004 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research