OFFSET
1,1
COMMENTS
Inspired by Project Euler, Problem 143 (see link).
For the corresponding primitive triples and miscellaneous properties and references, see A336328.
If FA + FB + FC = d, then we have this "beautifully symmetric equation" between a, b, c and d (see Martin Gardner):
3*(a^4 + b^4 + c^4 + d^4) = (a^2 + b^2 + c^2 + d^2)^2.
This sequence is not increasing. For example, a(4) = 500 for triangle with largest side = 205 while a(5) = 490 for triangle with largest side = 208.
REFERENCES
Martin Gardner, Mathematical Circus, Elegant triangles, First Vintage Books Edition, 1979, p. 65.
LINKS
FORMULA
EXAMPLE
a(1) = 195 because the first triple is (57, 65, 73) with corresponding d = FA + FB + FC = 264/7 + 195/7 + 325/7 = 112 and 57 + 65 + 73 = 195.
CROSSREFS
KEYWORD
nonn
AUTHOR
Bernard Schott, Jul 21 2020
STATUS
approved