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.

A283108 Number of fixed polyominoes minus number of free polyominoes for order n.

Original entry on oeis.org

0, 0, 1, 4, 14, 51, 181, 652, 2356, 8625, 31791, 118195, 442261, 1665299, 6302903, 23968090, 91513682, 350687935, 1348198490, 5198114444, 20094107710, 77860452105, 302340714990, 1176325327796, 4584989069865, 17900574971247, 69993587545033, 274071021159757, 1074577571232370
Offset: 0

Views

Author

Francois Alcover, Feb 28 2017

Keywords

Comments

a(n) is the number of fixed polyominoes that are a transform -- except through identity -- of a canonical polyomino.
E.g., n=3:
______|_________
| |
canon | transform
|
* |
* |
* | * * *
|
* | * * * * *
* * | * * * *

Crossrefs

Formula

a(n) = A001168(n) - A000105(n).