Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Same goes for this:
1 is not prime, so 2 shouldn't be in the results. 3 is the only prime number whose predecessor is also prime (2); 2 is the only even prime number, so we know this has to be true. Every other prime is odd, and its predecessor is even, so its predecessor is not prime (it's divisible by 2). Also why trying to
take(10)
is an infinite loop.