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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063011 Ordered products of the sides of primitive Pythagorean triangles. 5
60, 780, 2040, 4200, 12180, 14760, 15540, 40260, 65520, 66780, 92820, 120120, 189840, 192720, 199980, 235620, 277680, 354960, 453960, 497640, 595140, 619020, 643500, 1021020, 1063860, 1075620, 1265880, 1484340, 1609080, 1761540 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

It is an open question whether any two distinct Pythagorean triples can have the same product of their sides.

EXAMPLE

a(1)=3*4*5=60; a(2)=5*12*13=780 (rather than 6*8*10=480 which would not be primitive).

MATHEMATICA

k=17000000; lst={}; Do[Do[If[IntegerQ[a=Sqrt[c^2-b^2]]&&GCD[a, b, c]==1, If[a>=b, Break[]]; x=a*b*c; If[x<=k, AppendTo[lst, x]]], {b, c-1, 4, -1}], {c, 5, 700, 1}]; Union@lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Sep 05 2009]

CROSSREFS

Cf. A020882, A020883, A020884, A020885, A020886, A057096.

Sequence in context: A024016 A112042 A168307 * A008357 A138898 A056321

Adjacent sequences:  A063008 A063009 A063010 * A063012 A063013 A063014

KEYWORD

nonn

AUTHOR

Henry Bottomley (se16(AT)btinternet.com), Jul 26 2001

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 16 09:00 EST 2012. Contains 205904 sequences.