cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A157795 Largest subset of the discrete triangular grid { (a,b,c): a+b+c = n, a,b,c >= 0 } that does not contain any upward-pointing triangles (i.e., triples (a+r,b,c), (a,b+r,c), (a,b,c+r) with r positive).

Original entry on oeis.org

1, 2, 4, 6, 9, 12, 15, 18, 22, 26, 31, 35, 40
Offset: 0

Views

Author

Terence Tao, Mar 07 2009

Keywords

Comments

The n=3 case was posed as a problem by Fujimura. The sequence is related to a certain "hyper-optimistic conjecture" regarding the density Hales-Jewett theorem.

Examples

			For n=2, a four-point set without triangles is (2,0,0), (0,0,2), (1,1,0), (0,1,1).