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.

A330283 Number of n-celled quasi still lifes in Conway's Game of Life, up to rotation and reflection.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 6, 13, 57, 141, 465, 1224, 3956, 11599, 36538, 107415, 327250, 972040, 2957488, 8879327, 26943317
Offset: 1

Views

Author

Nathaniel Johnston, Dec 09 2019

Keywords

Comments

A quasi still life is a still life made up of two or more strict still lifes (A019473) that share at least 1 neighboring dead cell, but those cells still remain dead due to underpopulation just like if we were to separate those component strict still lifes. Contrast with pseudo still lifes (A056613), where the component strict still lifes share at least 1 neighboring dead cell that remains dead, but the reason shifts from underpopulation in the strict still lifes to overpopulation in the combined pattern.

Examples

			When n = 8, the 6 quasi still lifes are the various arrangements of blocks and tubs in which they share a neighbor, but that neighbor remains dead due to underpopulation. In the diagrams below, "." is a dead cell, "o" is a live cell, and "*" is a dead neighboring cell that makes the pattern a quasi still life:
.o...o.
o.o*o.o
.o...o.
.
.o.....
o.o*.o.
.o.*o.o
.....o.
.
oo...
oo...
..*..
...oo
...oo
.
oo....
oo....
..*.o.
...o.o
....o.
.
.o.....
o.o....
.o.*.o.
....o.o
.....o.
.
.o....
o.o...
.o.*..
..*.o.
...o.o
....o.
		

Crossrefs