login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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). 5

%I #8 Sep 09 2023 23:19:40

%S 20,40,60,80,100,120,140,156,160,180,200,220,240,255,260,280,300,312,

%T 320,340,360,380,400,420,440,460,468,480,500,510,520,540,560,580,600,

%U 600,609,620,624,640,660,680,700,720,740,760,765,780,780,800,820,840

%N 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).

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

%p 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)))); a := [op(a), n]; fi fi od od; print(a);

%K nonn

%O 1,1

%A _Len Smiley_, Dec 01 2001

%E Offset corrected by _Sean A. Irvine_, Sep 09 2023

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)