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.

A355055 Number of achiral multidimensional n-ominoes with cell centers determining n-3 space.

This page as a plain text file.
%I A355055 #12 Aug 09 2022 14:06:35
%S A355055 1,5,23,115,668,3401,16469,74410,317612,1287147,5015932,18920467,
%T A355055 69496943,249618639,879998839,3053446651,10452089459,35360685297,
%U A355055 118416973230,393038044024,1294335897888,4232938101229,13757913332396
%N A355055 Number of achiral multidimensional n-ominoes with cell centers determining n-3 space.
%C A355055 Multidimensional polyominoes are connected sets of cells of regular tilings with Schläfli symbols {oo}, {4,4}, {4,3,4}, {4,3,3,4}, etc. Each tile is a regular orthotope (hypercube). This sequence is obtained using the first formula below. An achiral polyomino is identical to its reflection.
%H A355055 W. F. Lunnon, <a href="http://dx.doi.org/10.1093/comjnl/18.4.366">Counting multidimensional polyominoes</a>. Computer Journal 18 (1975), no. 4, pp. 366-367.
%F A355055 a(n) = A355053(n) - A355054(n) = 2*A355053(n) - A355052(n) = A355052(n) - 2*A355054(n).
%F A355055 a(n) = 2*A049430(n,n-3) - A195738(n,n-3), Lunnon's DE and DR arrays.
%e A355055 a(4)=1 as there is only one tetromino in one-space. a(5)=5 because there are 5 achiral pentominoes in 2-space, excluding the 1-D straight pentomino.
%Y A355055 Cf. A355052 (oriented), A355053 (unoriented), A355054 (chiral), A355056 (asymmetric), A191092 (fixed), A355050 (orthoplex), A195738 (Lunnon's DR), A049430 (Lunnon's DE).
%K A355055 nonn,easy
%O A355055 4,2
%A A355055 _Robert A. Russell_, Jun 16 2022