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.

A379626 Sum of the widths of the free polyominoes with n cells.

Original entry on oeis.org

1, 1, 3, 9, 29, 91, 322, 1206, 4600, 17931, 70577, 279652, 1110758, 4424120, 17647314, 70484576, 281750598, 1127181327
Offset: 1

Views

Author

Omar E. Pol, Jan 16 2025

Keywords

Comments

The width here is the shorter 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 is only one free tetromino of width 1 and there are four free tetrominoes of width 2, hence the sum of the widths is 1 + 2 + 2 + 2 + 2 = 9, so a(4) = 9.
		

Crossrefs

Extensions

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