A371072 a(n)/144 is the minimum squared volume > 0 of a tetrahedron with the sum of its integer edge lengths equal to n.
11, 14, 44, 26, 59, 34, 47, 126, 119, 62, 215, 54, 107, 98, 243, 146, 335, 142, 191, 614, 479, 194, 764, 423, 299, 254, 1004, 239, 851, 322, 304, 783, 887, 134, 479, 1719, 315, 234, 1196, 191, 896, 574, 767, 1127, 151, 674, 956, 956, 671, 146, 1391, 1082, 791, 898, 263, 1184, 151
Offset: 9
Keywords
Links
- Hugo Pfoertner, Table of n, a(n) for n = 9..150
Programs
-
PARI
a371072(n) = {my (Vmin=oo); forpart (w=n, forperm (w, v, if(v[4]+v[5]
0, Vmin=min(Vmin,CM))), [1, n], [6, 6]); Vmin/2};
Comments