A183151 Number of partitions of n minus the number of primes <= n.
1, 1, 1, 3, 4, 8, 11, 18, 26, 38, 51, 72, 95, 129, 170, 225, 290, 378, 482, 619, 784, 994, 1246, 1566, 1949, 2427, 3001, 3709, 4555, 5594, 6831, 8338, 10132, 12299, 14872, 17966, 21625, 26003, 31173, 37326, 44570, 53161, 63247, 75161, 89120, 105544, 124739, 147258, 173510, 204211
Offset: 1
Keywords
Programs
-
Mathematica
Table[PartitionsP[n] - PrimePi[n], {n, 50}]
Comments