A291591 Numbers k such that there exist exactly five distinct Pythagorean triangles, at least one of them primitive, with area k.
71831760, 73513440, 1675212000, 6913932480, 4323749790360, 2678930100000, 175434192299520, 503151375767040
Offset: 1
Examples
p^2 - p*q + q^2 = r^2; p = 115, q = 448, q-p = 333, r = 403; k = p*q*(q-p)*r = 115*448*333*403 = 6913932480. x = 414, y = 104 and x = 558, y = 40 gives the same area. k = x*y*(x-y)*(x+y) = 414*104*310*518 = 6913932480. k = x*y*(x-y)*(x+y) = 558*40*518*598 = 6913932480.
Crossrefs
Cf. A055193.
Extensions
a(2), a(4)-a(7) from Giovanni Resta, Aug 28 2017
Missing term 73513440 inserted by Miguel-Ángel Pérez García-Ortega, Jul 19 2021
Comments