O'Halloran numbers: Difference between revisions

Content deleted Content added
Peak (talk | contribs)
conjecture
Peak (talk | contribs)
Line 69:
# Emit a stream of possible cuboid areas less than or equal to the specified limit,
# $maxarea, which should be an even integer.
def cuboid_areas($maxarea):
maxarea as $maxarea
# min area per face is 1 so if total area is $maxarea, the max dimension is ($maxarea-4)/2