A124885 Number of natural numbers that are not a sum of n distinct primes, or -1 if it is infinite.
-1, -1, 12, 22, 34, 49, 68, 90, 117, 147, 180, 219
Offset: 1
Examples
a(1) = -1 because there are an infinite number of nonprimes. a(3) = 12 because 12 = Length[{1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 17}] = Length[A124868(n)], where A124868(n) are the natural numbers that are not the sum of 3 distinct primes.
Comments