A357275 Smallest side of integer-sided primitive triangles whose angles satisfy A < B < C = 2*Pi/3.
3, 7, 5, 11, 7, 13, 16, 9, 32, 17, 40, 11, 19, 55, 40, 24, 13, 23, 65, 69, 56, 25, 75, 15, 104, 32, 56, 29, 17, 87, 85, 119, 31, 72, 93, 64, 144, 19, 95, 133, 40, 136, 35, 105, 21, 105, 37, 111, 185, 88, 152, 176, 23, 80, 115, 161, 41, 123, 240, 48, 205, 240, 43, 25, 129, 175, 215, 88
Offset: 1
Keywords
Examples
a(2) = a(5) = 7 because 2nd and 5th triple are respectively (7, 8, 13) and (7, 33, 37).
Crossrefs
Programs
-
Maple
for c from 5 to 181 by 2 do for 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
Formula
a(n) = A357274(n, 1).
Comments