OFFSET
0,2
COMMENTS
EXAMPLE
a(5) = 96 because all permutations of {0, +/- 1, +/- 2} produce a polytope with volume 96/3, so the triple volume is 96.
MATHEMATICA
polyhedra = Flatten[ forms/@SumOfSquaresRepresentations[ 3, # ], 1 ]&/@(Range[ 1, 36 ]); HullVolume[ #, ConvexHull3D[ # ] ]&/@polyhedra; (* Cf. A065089 *)
CROSSREFS
KEYWORD
nonn,nice
AUTHOR
Wouter Meeussen, Dec 10 2001
STATUS
approved