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.

A379629 Sum of the lengths of the free polyominoes with n cells.

Original entry on oeis.org

1, 2, 5, 15, 41, 139, 474, 1773, 6686, 26043, 101814, 402297, 1593124, 6332329, 25200575, 100462874, 400908688, 1601541747
Offset: 1

Views

Author

Omar E. Pol, Jan 16 2025

Keywords

Comments

The length here is the longer of the two dimensions.

Examples

			For n = 4 the free polyominoes with four cells are also called free tetrominoes.
The five free tetrominoes are as shown below:
                                     _
             _       _       _      |_|
    _ _     |_|     |_|_    |_|_    |_|
   |_|_|    |_|_    |_|_|   |_|_|   |_|
   |_|_|    |_|_|     |_|   |_|     |_|
.
There are no free tetrominoes of length 1, there is only one free tetromino of length 2, there are three free tetrominoes of length 3 and there is only one free tetromino of length 4, hence the sum of the lengths is 0 + 2 + 3 + 3 + 3 + 4 = 15, so a(4) = 15.
		

Crossrefs

Extensions

a(13)-a(16) from Pontus von Brömssen, Jan 17 2025
a(17)-a(18) (based on A379624 b-file) from Pontus von Brömssen, Feb 21 2025