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.

A355052 Number of oriented multidimensional n-ominoes with cell centers determining n-3 space.

This page as a plain text file.
%I A355052 #12 Aug 09 2022 14:07:20
%S A355052 1,17,131,709,3350,14337,57507,218746,803384,2870707,10044838,
%T A355052 34548917,117224825,393290329,1307200931,4310348599,14116544717,
%U A355052 45959805027,148860350902,479938536114,1541025955958,4929773150983
%N A355052 Number of oriented multidimensional n-ominoes with cell centers determining n-3 space.
%C A355052 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. For oriented polyominoes, chiral pairs are counted as two.
%H A355052 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 A355052 a(n) = A355053(n) + A355054(n) = 2*A355053(n) - A355055(n) = 2*A355054(n) + A355055(n).
%F A355052 a(n) = A195738(n,n-3), the third diagonal of Lunnon's DR array.
%e A355052 a(4)=1 because there is just one tetromino (with four cells aligned) in 1-space. a(5)=17 because there are 5 achiral and 6 chiral pairs of pentominoes in 2-space, excluding the 1-D straight pentomino.
%Y A355052 Cf. A355053 (unoriented), A355054 (chiral), A355055 (achiral) A355056 (asymmetric), A191092 (fixed), A355047 (orthoplex), A195738 (Lunnon's DR).
%K A355052 nonn,easy
%O A355052 4,2
%A A355052 _Robert A. Russell_, Jun 16 2022