O'Halloran numbers: Difference between revisions

m
(conjecture)
m (→‎{{header|jq}}: for jaq)
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
2,492

edits