Skip to content

Instantly share code, notes, and snippets.

@misfo
Created August 9, 2012 00:55
Show Gist options
  • Save misfo/3300081 to your computer and use it in GitHub Desktop.
Save misfo/3300081 to your computer and use it in GitHub Desktop.
user=> (take 10 (filter #(and (= 1 (mod % 2) (mod % 3) (mod % 4) (mod % 5) (mod % 6)) (= (mod % 7) 0)) (range)))
(301 721 1141 1561 1981 2401 2821 3241 3661 4081)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment