1481, 1483, 1487, 1489 is the first counterexample. (1491 = 41 + 90 * 16)
However what is true is that they are all of the form:
30k + 11, 13, 17, 19.
This can easily be proven by supposing we have primes n+11,n+13,n+17,n+19 (with n non-negative).
n must be even because otherwise n+11 is even and therefore not prime. So 2|n.
If n \equiv 1\pmod 3, then 3 divides n+17 which is a contradiction.
If n \equiv 2\pmod 3, then 3 divides n+11 which is a contradiction.
Thus 3|n.
If n \equiv 1\pmod 5, then 5 divides n+19 which is a contradiction.
If n \equiv 2\pmod 5, then 5 divides n+13 which is a contradiction.
If n \equiv 3\pmod 5, then 5 divides n+17 which is a contradiction.
If n \equiv 4\pmod 5, then 5 divides n+11 which is a contradiction.
Thus 5|n.
We now have 2*3*5=30|n.