Loading [MathJax]/jax/output/HTML-CSS/jax.js

Problem 370: Geometric triangles

Let us define a geometric triangle as an integer sided triangle with sides abc so that its sides form a geometric progression, i.e. b2=a×c.

An example of such a geometric triangle is the triangle with sides a=144, b=156 and c=169.

There are 861805 geometric triangles with perimeter106.

How many geometric triangles exist with perimeter2.5×1013?

Tests

  • Waiting: 1. geometricTriangles() should return 41791929448408.
/**
* Your test output will go here
*/