S000818


Numbers that are not the sum of 3 generalized 19-gonal numbers.

4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 34, 37, 40, 41, 42, 43, 44, 45, 46, 47, 52, 53, 58, 59, 60, 61, 62, 63, 64, 67, 72, 75, 76, 77, 78, 79, 80, 82, 83, 85, 88, 90, 91, 93, 94, 95, 96, 97, 102, 105, 110, 111, 112

1

S000818

It appears that 122818 is the last number not representable as the sum of 3 generalized 19-gonal numbers.

T. D. Noe, Plot of 999 terms

T. D. Noe, Table of 999 terms

Eric W. Weisstein, MathWorld: Polygonal Number

(Mma) f = 19; nn = 200; 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]

Cf. A118282, S000806-S000819.

nonn,fini

T. D. Noe, Dec 28 2015

© Tony D Noe 2014-2016