Created
August 9, 2012 00:55
-
-
Save misfo/3300081 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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