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.

A337502 Minimum number of painted cells in an n X n grid to avoid unpainted tetrominoes.

Original entry on oeis.org

0, 1, 3, 6, 9, 15, 20, 27, 34, 43
Offset: 1

Views

Author

Rob Pratt, Aug 29 2020

Keywords

Examples

			For n = 4, painting only 5 cells would leave an unpainted tetromino, but painting the following 6 cells avoids all unpainted tetrominoes:
. . X .
X X . X
. . X .
. X . .
		

Crossrefs

Cf. A337501.