Determine the sum of all prime numbers p for which there exists no integer solution in x to the congruence
3(6x+1) + 12x = 4 mod(p).
The possible primes are 2, 3, and 5, so the answer is 2 + 3 + 5 = 10.