A357278 Perimeters of primitive integer-sided triangles with angles A < B < C = 2*Pi/3 = 120 degrees.
15, 28, 40, 66, 77, 91, 104, 126, 144, 153, 170, 187, 190, 209, 220, 228, 260, 276, 286, 299, 322, 325, 350, 345, 390, 400, 420, 435, 442, 464, 476, 493, 496, 522, 527, 544, 558, 551, 589, 608, 620, 646, 630, 665, 672, 714, 703, 740, 777, 770, 798, 814, 805
Offset: 1
Keywords
Examples
(3, 5, 7) is the smallest triple in A357274 with 7^2 = 3^2 + 3*5 + 5^2, so a(1) = 3 + 5 + 7 = 15.
Crossrefs
Programs
-
Maple
for c from 5 to 100 by 2 dofor a from 3 to c-2 do b := (-a + sqrt(4*c^2-3*a^2))/2; if b=floor(b) and gcd(a,b)=1 and a
Comments