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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A024411 Short leg of more than one primitive Pythagorean triangle. 1
20, 28, 33, 36, 39, 44, 48, 51, 52, 57, 60, 65, 68, 69, 75, 76, 84, 85, 87, 88, 92, 93, 95, 96, 100, 104, 105, 108, 111, 115, 116, 119, 120, 123, 124, 129, 132, 133, 135, 136, 140, 141, 145, 147, 148, 152, 155, 156, 159, 160, 161, 164, 165, 168, 172, 175, 177, 180, 183, 184 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Ron Knott, Pythagorean Triples and Online Calculators

MATHEMATICA

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

CROSSREFS

Sequence in context: A059617 A122146 A032482 * A139805 A141823 A137428

Adjacent sequences:  A024408 A024409 A024410 * A024412 A024413 A024414

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 15 03:59 EST 2012. Contains 205694 sequences.