O'Halloran numbers: Difference between revisions

m
→‎{{header|AppleScript}}: Another minor optimisation, gleaned from the Phix solution.
m (→‎{{header|AppleScript}}: Minor optimisation.)
m (→‎{{header|AppleScript}}: Another minor optimisation, gleaned from the Phix solution.)
Line 71:
set sixthMax to halfMax div 3
repeat with x from 1 to sixthMax
repeat with y from 1x to (sixthMax div x)
repeat with halfArea from (x * y + x + y) to halfMax by (x + y)
set o's evens's item halfArea to missing value
557

edits