Numbers that are not the sum of 3 generalized 12-gonal numbers.
4, 5, 6, 7, 8, 15, 16, 17, 20, 23, 26, 31, 32, 39, 44, 47, 48, 50, 53, 55, 60, 63, 71, 72, 79, 80, 83, 87, 95, 100, 103, 110, 111, 112, 116, 119, 127, 131, 132, 135, 143, 144, 148, 151, 159, 164, 167, 175, 176, 183, 191, 194, 199, 200, 207, 208, 215, 223, 231
1
This appears to be an infinite series.
T. D. Noe, Plot of 1000 terms
T. D. Noe, Table of 1000 terms
Eric W. Weisstein, MathWorld: Polygonal Number
(Mma) f = 12; nn = 50; t = Table[k ((f - 2) k - (f - 4))/2, {k, -nn, nn}]; t2 = Select[Union[Flatten[Table[a + b + c, {a, t}, {b, t}, {c, t}]]], # <= t[[-1]] &]; Complement[Range[t[[-1]]], t2]
nonn
T. D. Noe, Dec 28 2015