OEIS sequence A052349 is given by:
Lexicographically earliest sequence such that no subset sums to a prime.
1, 8, 24, 25, 86, 1260, 1890, 14136, 197400, 10467660, 1231572090, 682616834970
I don't understand why the 4th term isn't also 24. It seems that $[1,8,24,24]$ contains no subsets such that the sum is prime.
It's possible that the sequence is simply incorrect, but I want to get a second pair of eyes before suggesting that edit.
Edit: Can anything be said of the asymptotic behavior of this sequence?
All subsets: $$ \begin{alignat}{2} &1 + 24 + 24 &&= 49 \\ &1 + 24 &&= 25 \\ &1 + 8 + 24 + 24 &&= 57 \\ &1 + 8 + 24 &&= 33 \\ &1 + 8 &&= 9 \\ &1 &&= 1 \\ &24 + 24 &&= 48 \\ &24 &&= 24 \\ &8 + 24 + 24 &&= 56 \\ &8 + 24 &&= 32 \\ &8 &&= 8 \\ &\text{(empty sum)} &&= 0 \end{alignat} $$
