Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A089060
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A089060 x = non-multiple of 7 such that xy/(x+y) is an integer and the hypotenuse of the right triangle with legs x and y is an integer. +0
1
85, 170, 184, 217, 255, 340, 368, 425, 434, 510, 552, 564, 651, 680, 736, 765, 781, 820, 850, 868, 920, 935, 1020, 1085, 1104, 1105, 1128, 1261, 1264, 1275, 1302, 1360, 1445, 1472, 1530, 1562, 1615, 1640, 1656, 1692, 1700, 1736, 1840, 1870, 1953, 1955, 2024 (list; graph; listen)
OFFSET

1,1

EXAMPLE

x=85,y=204, 85^2+204^2 = 221^2

PROGRAM

(PARI) xydivxpynodiv7(n) = { for(x=1, n, for(y=x, n, h=x*y/(x+y); if(h==floor(h), z = sqrt(x^2+y^2); if(z==floor(z) && floor(z)%7, print1(x", ") ) ) ) ) }

CROSSREFS

Sequence in context: A051992 A044255 A044636 this_sequence A037979 A044417 A044798

Adjacent sequences: A089057 A089058 A089059 this_sequence A089061 A089062 A089063

KEYWORD

nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Dec 02 2003

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 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research