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.

A350547 Maximum size of a set of points taken from a hexagonal section of a hexagonal grid with side length n such that no three selected points form an equilateral triangle.

Original entry on oeis.org

1, 4, 9, 15, 22, 28, 36
Offset: 0

Views

Author

Zachary DeStefano, Jan 06 2022

Keywords

Comments

The hexagon with side length n has n+1 points along each edge and contains a total of A003215(n) points.
The following lower bounds are known:
a(7) >= 44;
a(8) >= 52;
a(9) >= 60.
All currently known values and lower bounds can be achieved by a configuration with reflective symmetry.

Examples

			For n = 4 the a(4) = 22 solution, unique up to rotation, is:
.
      o x x o x
     x x o o o x
    x o o o o x o
   o o o o o o x x
  x o o o o o o o x
   x x o o o o o o
    o x o o o o x
     x o o o x x
      x o x x o
.
		

Crossrefs