Skip to content

Instantly share code, notes, and snippets.

@stibear
Last active May 18, 2016 17:57
Show Gist options
  • Save stibear/560dbfbb9d88c2adcfb87546e2b8c75f to your computer and use it in GitHub Desktop.
Save stibear/560dbfbb9d88c2adcfb87546e2b8c75f to your computer and use it in GitHub Desktop.
(defun neumann (n)
(loop :for i :below n :collect (neumann i)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment