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.

A337503 Minimum number of painted cells in an n X n grid to avoid unpainted pentominoes.

Original entry on oeis.org

0, 0, 3, 5, 8, 13, 17, 24, 31, 39
Offset: 1

Views

Author

Rob Pratt, Aug 29 2020

Keywords

Examples

			For n = 3, painting only 2 cells would leave an unpainted pentomino, but painting the following 3 cells avoids all unpainted pentominoes:
. . .
. X X
X . .
		

Crossrefs