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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A120961 Composite hypotenuses of primitive Pythagorean triangles. 0
25, 65, 85, 125, 145, 169, 185, 205, 221, 265, 289, 305, 325, 365, 377, 425, 445, 481, 485, 493, 505, 533, 545, 565, 625, 629, 685, 689, 697, 725, 745, 785, 793, 841, 845, 865, 901, 905, 925, 949, 965, 985, 1025, 1037, 1073, 1105, 1145, 1157, 1165, 1189, 1205 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Composite entries of A008846. Union of A024409 and composite entries of A120960.

MATHEMATICA

lst = {}; Do[ If[ GCD[m, n] == 1, a = 2 m*n; b = m^2 - n^2; c = m^2 + n^2; If[ !PrimeQ@c, AppendTo[lst, c]]], {m, 3, 300}, {n, If[ OddQ@m, 2, 1], m - 1, 2}]; Take[ Union@ lst, 51] [From Robert G. Wilson v (rgwv(AT)rgwv.com), May 02 2009]

CROSSREFS

Sequence in context: A061970 A159008 A183373 * A050993 A121387 A039376

Adjacent sequences:  A120958 A120959 A120960 * A120962 A120963 A120964

KEYWORD

nonn

AUTHOR

Lekraj Beedassy (blekraj(AT)yahoo.com), Jul 19 2006

EXTENSIONS

Added the term 485 which satisfies 485^2 = 476^2 + 93^2. - Robert G. Wilson v (rgwv(AT)rgwv.com), May 02 2009

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 21:13 EST 2012. Contains 206085 sequences.