Forum Discussion

Patrick2788's avatar
Patrick2788
Silver Contributor
Jul 18, 2023

Formula Challenge: The most efficient way to generate a Number Spiral (Ulam spiral) ?

The goal: Ulam spiral - Wikipedia   The trick is creating a function capable of producing the largest matrix of numbers possible (this may rule out the recursive approach).   The approach ...

Resources