Problem
Split the numbers from to into three triplets such that the sum of the three numbers in each triplet is prime. For example, if you split them into , and , then the triplet is correct, since is prime. But the other two triples are incorrect, since and are not prime.