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.

A379628 Total area between the free polyominoes with n cells and their bounding boxes.

Original entry on oeis.org

0, 0, 1, 6, 35, 143, 631, 2747, 12027, 52470, 227993, 985522, 4235295, 18114067, 77112058, 327000797, 1381807943, 5821692946
Offset: 1

Views

Author

Omar E. Pol, Jan 07 2025

Keywords

Comments

a(n) includes the area of any holes in the polyominoes.

Examples

			Illustration for n = 4:
The free polyominoes with four cells are also called free tetrominoes.
The five free tetrominoes are as shown below:
    _
   |_|     _       _       _
   |_|    |_|     |_|_    |_|_     _ _
   |_|    |_|_    |_|_|   |_|_|   |_|_|
   |_|    |_|_|     |_|   |_|     |_|_|
.
The bounding boxes are respectively as shown below:
    _
   | |     _ _     _ _     _ _
   | |    |   |   |   |   |   |    _ _
   | |    |   |   |   |   |   |   |   |
   |_|    |_ _|   |_ _|   |_ _|   |_ _|
.
  4 x 1   3 X 2   3 X 2   3 X 2   2 X 2
.
The total area of the free tetrominoes is 5*4 = 20.
The total area of the bounding boxes is 4 + 6 + 6 + 6 + 4 = 26.
The total area between the bounding boxes and the free tetrominoes is 26 - 20 = 6, so a(4) = 6.
.
		

Crossrefs

Formula

a(n) = A379627(n) - A057766(n).

Extensions

a(7)-a(16) from Pontus von Brömssen, Jan 11 2025
a(17)-a(18) from John Mason, Feb 16 2025