[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A002097
Numbers that are not the sum of 3 nonzero triangular numbers.
7
1, 2, 4, 6, 11, 20, 29
OFFSET
1,2
COMMENTS
A063993(a(n)) = 0. - Reinhard Zumkeller, Jul 20 2012
MATHEMATICA
Complement[Range[30], Union[Total/@Tuples[Accumulate[Range[8]], 3]]] (* Harvey P. Dale, Oct 06 2017 *)
CROSSREFS
Sequence in context: A164137 A018170 A113913 * A026757 A026385 A254532
KEYWORD
fini,full,nonn
STATUS
approved