OFFSET
1,2
COMMENTS
It is conjectured that only 18 cannot be so represented. See Sun, p. 4, Remark 1.2 (b).
LINKS
Zhi-Wei Sun, On Universal Sums Of Polygonal Numbers, arXiv:0905.0635v18 [math.NT] 26 Oct 2011
MATHEMATICA
planeFigurative[n_, r_] := (n - 2) Binomial[r, 2] + r; s = Sort@ Flatten@ Table[ planeFigurative[3, i] + planeFigurative[4, j] + planeFigurative[5, k], {i, 0, 20}, {j, 1, 11, 2}, {k, 0, 8}]; Table[ Count[s, n], {n, 0, 104}]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Robert G. Wilson v, May 14 2014
STATUS
approved