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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A024410 Long leg of more than one primitive Pythagorean triangle. 1
420, 572, 780, 840, 924, 1020, 1292, 1596, 1680, 1716, 1848, 1932, 2100, 2145, 2244, 2300, 2484, 2520, 2640, 2652, 2700, 2900, 2964, 3080, 3132, 3315, 3348, 3432, 3465, 3596, 3640, 3828, 3876, 3960, 4060, 4092, 4095, 4340, 4488, 4588, 4620, 4680, 4692 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Ron Knott, Pythagorean Triples and Online Calculators

MATHEMATICA

bb=1; s=e=""; For[b=1, b<=12^3, For[a=b-1, a>2, c=(a^2+b^2)^0.5; If[c==Round[c]&&GCD[a, b]==1, If[b==bb, e=e<>ToString[b]<>", "; s=s<>ToString[a]<>", "<>ToString[b]<>", "<>ToString[Round[c]]<>"; "]; bb=b]; a-- ]; b++ ]; Print["B = ", e] - Vladimir Orlovsky (4vladimir(AT)gmail.com), Apr 29 2008

CROSSREFS

Sequence in context: A061118 A097822 A069064 * A200521 A189982 A070237

Adjacent sequences:  A024407 A024408 A024409 * A024411 A024412 A024413

KEYWORD

nonn

AUTHOR

David W. Wilson (davidwwilson(AT)comcast.net)

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 05:39 EST 2012. Contains 205860 sequences.