P582
projecteuler.net

Nearly Isosceles $120$ Degree Triangles

ℹ️Published on Sunday, 18th December 2016, 10:00 am; Solved by 363;
Difficulty rating: 50%

Let $a, b$ and $c$ be the sides of an integer sided triangle with one angle of $120$ degrees, $a \le b \le c$ and $b-a \le 100$.
Let $T(n)$ be the number of such triangles with $c \le n$.
$T(1000)=235$ and $T(10^8)=1245$.
Find $T(10^{100})$.



Soluzione

Last modified: May 01, 2025. Website built with Franklin.jl and the lovely Julia programming language.