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.

A371397 Number of chiral pairs of polyominoes with n cubical cells of the regular tiling with Schläfli symbol {4,3,4}.

Original entry on oeis.org

0, 0, 0, 1, 6, 54, 416, 3111, 22898, 168460, 1242985, 9227333, 68949103, 518618196, 3925228596, 29879207817, 228630283775, 1757699977107, 13570824097968, 105182547181534, 818093724437992, 6383353614308209
Offset: 1

Views

Author

Robert A. Russell, Mar 21 2024

Keywords

Comments

Also called polycubes. Each member of a chiral pair is a reflection but not a rotation of the other.

Examples

			Polyominoes with cell centers at (0,0,0), (0,0,1), (0,1,1), (1,1,1) and (0,0,0), (0,1,0), (0,1,1), (1,1,1) are a chiral pair.
		

Crossrefs

Cf. A000162 (oriented), A038119 (unoriented), A007743 (achiral), A001931 (fixed).

Formula

a(n) = A000162(n) - A038119(n) = (A000162(n) - A007743(n))/2 = A038119(n) - A007743(n).

Extensions

a(17)-a(22) from John Mason, Sep 19 2024