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.

A156989 Largest size of a subset of {1,2,3}^n that does not contain any combinatorial lines (i.e., strings formed by 1, 2, 3, and at least one instance of a wildcard x, with x then substituted for 1, 2, or 3, e.g. 12x3x gives the combinatorial line 12131, 12232, 12333.)

Original entry on oeis.org

1, 2, 6, 18, 52, 150, 450
Offset: 0

Views

Author

Terence Tao, Feb 20 2009

Keywords

Comments

The density Hales-Jewett theorem implies that a(n) = o(3^n). a(n) is studied further in the polymath1 project, see link below.

Examples

			For n=2, one example that shows a(2) is at least 6 is { 11, 13, 22, 23, 31, 32 }.
		

Crossrefs

Bounded below by A003142. Cf. A000244, A090245.