Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A008846
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A008846 Hypotenuses of primitive Pythagorean triangles. +0
21
5, 13, 17, 25, 29, 37, 41, 53, 61, 65, 73, 85, 89, 97, 101, 109, 113, 125, 137, 145, 149, 157, 169, 173, 181, 185, 193, 197, 205, 221, 229, 233, 241, 257, 265, 269, 277, 281, 289, 293, 305, 313, 317, 325, 337, 349, 353, 365, 373, 377, 389, 397, 401, 409, 421, 425, 433 (list; graph; listen)
OFFSET

1,1

COMMENT

Sequence includes all entries of A002144

n for which there is no solution to 4/n = 2/x + 1/y for integers y > x > 0. Related to A073101. - T. D. Noe (noe(AT)sspectra.com), Sep 30 2002

Discovered by Frenicle (on Pythagorean triangles) : Methode pour trouver .., page 14 on 44. First text of Divers ouvrages .. Par Messieurs de l'Academie Royale des Sciences,in-folio,6+518+1pp,Paris,1693. Also A020882 with only one of doubled terms (first:65). [From Paul Curtz (bpcrtz(AT)free.fr), Sep 03 2008]

REFERENCES

A. H. Beiler, Recreations in the Theory of Numbers, Dover, NY, 1964, pp. 10, 107.

LINKS

Ron Knott, Pythagorean Triples and Online Calculators

FORMULA

x^2+y^2 where x is even, y is odd and gcd(x, y)=1. Essentially the same as A004613.

MAPLE

for x from 1 by 2 to 50 do for y from 2 by 2 to 50 do if gcd(x, y) = 1 then print(x^2+y^2); fi; od; od; [ then sort ].

MATHEMATICA

Union[ Map[ Plus@@(#1^2)&, Select[ Flatten[ Array[ {2*#1, 2*#2-1}&, {10, 10} ], 1 ], GCD@@#1 == 1& ] ] ] - Olivier Gerard, Aug 15 1997

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

CROSSREFS

Cf. A020882, A073101.

Sequence in context: A020882 A081804 A004613 this_sequence A162597 A120960 A094194

Adjacent sequences: A008843 A008844 A008845 this_sequence A008847 A008848 A008849

KEYWORD

nonn,nice,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Ralph Peterson (RALPHP(AT)LIBRARY.nrl.navy.mil)

EXTENSIONS

More terms from T. D. Noe (noe(AT)sspectra.com), Sep 30 2002

page 1

Search completed in 0.002 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 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research