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!)
A123697 Smaller side not divisible by 37 of right triangles with integer sides and integer side inscribed squares with two vertices on the hypotenuse. 1
1145, 2290, 3272, 3435, 4580, 5551, 5725, 6544, 6870, 8015, 9160, 9816, 10305, 11102, 11450, 12595, 13088, 13740, 14885, 16030, 16360, 17175, 18320, 19465, 19632, 20610, 22904, 25220, 26176 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) g(n)= { for(x=1, n, for(y=x, n, z=sqrt(x^2+y^2); s=x*y*z/(z^2+x*y); if(s==floor(s)&&x%37, print1(floor(x)", ") ) ) ) }
CROSSREFS
Sequence in context: A265504 A237458 A202312 * A260977 A227478 A190924
KEYWORD
nonn
AUTHOR
Cino Hilliard, Nov 17 2006
STATUS
approved

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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)