Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A065607
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A065607 Related to reciprocal Pythagorean triples: 1/a(n)^2 + 1/k^2 = 1/j^2 has an integer solution (k,j) with k<a(n). +0
4
20, 40, 60, 80, 100, 120, 140, 156, 160, 180, 200, 220, 240, 255, 260, 280, 300, 312, 320, 340, 360, 380, 400, 420, 440, 460, 468, 480, 500, 510, 520, 540, 560, 580, 600, 600, 609, 620, 624, 640, 660, 680, 700, 720, 740, 760, 765, 780, 780, 800, 820, 840 (list; graph; listen)
OFFSET

0,1

COMMENT

The entries 600 and 780 occur in two solutions each; the others entries uniquely.

MAPLE

a := []; for n from 2 to 1000 do for m from 2 to n do if (numer(simplify(1/n^2+1/m^2))=1) then if type(sqrt(denom(simplify(1/n^2+1/m^2))), integer)=true then print(n, m, ifactor(n), ifactor(m), ifactor(denom(simplify(1/n^2+1/m^2))), sqrt(denom(simplify(1/n^2+1/m^2)))); printlevel := -1; a := [op(a), n]; printlevel := 1 fi fi od od; print(a);

CROSSREFS

Sequence in context: A046794 A104153 A049057 this_sequence A008602 A061830 A041790

Adjacent sequences: A065604 A065605 A065606 this_sequence A065608 A065609 A065610

KEYWORD

nonn

AUTHOR

Len Smiley (smiley(AT)math.uaa.alaska.edu), Dec 01 2001

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 30 13:13 EST 2009. Contains 167758 sequences.


AT&T Labs Research