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.

A277433 Martin Gardner's minimal no-3-in-a-line problem, all slopes version.

Original entry on oeis.org

1, 4, 4, 4, 6, 6, 8, 8, 8, 8
Offset: 1

Views

Author

Robert Israel, Oct 14 2016

Keywords

Comments

a(n) is the minimal number of counters that can be placed on an n X n grid, no three in a straight line, such that adding one more counter on any vacant grid point will produce three in a line. Lines can have any slope.
The "queens" version of this problem, where lines are restricted to vertical, horizontal and diagonal, is A219760.
a(11) <= 10, a(12) <= 10.

Crossrefs

Cf. A219760.