Problem 53755. Easy Sequence 61: Wide Pythagorean Triangles
An integer-sided right triangle with sides
, is called a "wide Pythagorean triangle", if
, and
.
Write a program that counts all wide Pythagorean triangles whose no sides greater than a given limit s.
Below is the list of all Pythagorean triangles with all sides
:
Therefore, for
, your program output should be
.
Solution Stats
Solution Comments
Show commentsProblem Recent Solvers3
Suggested Problems
-
Create a function handle that reverses the input arguments of another function handle
152 Solvers
-
Diophantine Equations (Inspired by Project Euler, problem 66)
65 Solvers
-
105 Solvers
-
15 Solvers
-
108 Solvers
More from this Author116
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!