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.

Showing 1-10 of 19 results. Next

A366766 Array read by antidiagonals, where each row is the counting sequence of a certain type of free polyominoids (see comments).

Original entry on oeis.org

1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 3, 2, 1, 0, 1, 0, 1, 7, 5, 0, 1, 0, 1, 0, 1, 20, 16, 0, 1, 1, 0, 1, 0, 1, 60, 55, 0, 2, 1, 1, 0, 1, 0, 1, 204, 222, 0, 5, 2, 2, 1, 0, 1, 0, 1, 702, 950, 0, 12, 5, 5, 0, 1
Offset: 1

Views

Author

Pontus von Brömssen, Oct 22 2023

Keywords

Comments

A (D,d)-polyominoid is a connected set of d-dimensional unit cubes (cells) with integer coordinates in D-dimensional space. For normal polyominoids, two cells are connected if they share a (d-1)-dimensional facet, but here we allow connections where the cells share a lower-dimensional face.
Each row is the counting sequence (by number of cells) of (D,d)-polyominoids with certain restrictions on the allowed connections between cells. Two cells have a connection of type (g,h) if they intersect in a (d-g)-dimensional unit cube and extend in d-h common dimensions. For example, d-dimensional polyominoes use connections of type (1,0), polyplets use connections of types (1,0) (edge connections) and (2,0) (corner connections), normal (3,2)-polyominoids use connections of types (1,0) ("soft" connections) and (1,1) ("hard" connections), hard polyominoids use connections of type (1,1).
Each row corresponds to a triple (D,d,C), where 1 <= d <= D and C is a set of pairs (g,h) with 1 <= g <= d and 0 <= h <= min(g, D-d). The k-th term of that row is the number of free k-celled (D,d)-polyominoids with connections of the types in C. Connections of types not in C are permitted, but the polyominoids must be connected through the specified connections only. For example, polyominoes may have cells that intersect in a point (g = 2) and hard polyominoids can have soft connections (h = 0) that are not needed to keep the polyominoids connected.
The rows are sorted first by D, then by d, and finally by a binary vector indicating which types of connections are allowed, where the connection types (g,h) are sorted lexicographically. (See table in cross-references.)
For each pair (D,d), the first row is 1, 0, 0, ..., corresponding to (D,d,{}) (no connections allowed).
The number of rows corresponding to given values of D and d is 2^((d+1)*(d+2)/2-1) if 2*d <= D and 2^((D-d+1)*(3*d-D+2)/2-1) otherwise.

Examples

			Array begins:
  n\k| 1  2  3  4  5   6    7     8      9     10      11       12
  ---+------------------------------------------------------------
   1 | 1  0  0  0  0   0    0     0      0      0       0        0
   2 | 1  1  1  1  1   1    1     1      1      1       1        1
   3 | 1  0  0  0  0   0    0     0      0      0       0        0
   4 | 1  1  1  1  1   1    1     1      1      1       1        1
   5 | 1  1  3  7 20  60  204   702   2526   9180   33989   126713
   6 | 1  2  5 16 55 222  950  4265  19591  91678  434005  2073783
   7 | 1  0  0  0  0   0    0     0      0      0       0        0
   8 | 1  1  2  5 12  35  108   369   1285   4655   17073    63600
   9 | 1  1  2  5 12  35  108   369   1285   4655   17073    63600
  10 | 1  2  5 22 94 524 3031 18770 118133 758381 4915652 32149296
  11 | 1  0  0  0  0   0    0     0      0      0       0        0
  12 | 1  1  1  1  1   1    1     1      1      1       1        1
		

Crossrefs

Cf. A366767 (fixed), A366768.
The following table lists some sequences that are rows of the array, together with the corresponding values of D, d, and C. Some sequences occur in more than one row. Notation used in the table:
X: Allowed connection.
-: Not allowed connection (but may occur "by accident" as long as it is not needed for connectedness).
.: Not applicable for (D,d) in this row.
!: d < D and all connections have h = 0, so these polyominoids live in d < D dimensions only.
*: Whether a connection of type (g,h) is allowed or not is independent of h.
| | | connections |
| | | g:1122233334 |
n | D | d | h:0101201230 | sequence
----+---+---+--------------+---------
1 | 1 | 1 | * -......... | A063524
2 | 1 | 1 | * X......... | A000012
3 |!2 | 1 | * --........ | A063524
4 |!2 | 1 | X-........ | A000012
5 | 2 | 1 | -X........ | A361625
6 | 2 | 1 | * XX........ | A019988
7 | 2 | 2 | * -.-....... | A063524
8 | 2 | 2 | * X.-....... | A000105
9 | 2 | 2 | * -.X....... | A000105
10 | 2 | 2 | * X.X....... | A030222
11 |!3 | 1 | * --........ | A063524
12 |!3 | 1 | X-........ | A000012
13 | 3 | 1 | -X........ | A365654
14 | 3 | 1 | * XX........ | A365559
15 |!3 | 2 | * ----...... | A063524
16 |!3 | 2 | X---...... | A000105
17 | 3 | 2 | -X--...... | A365654
18 | 3 | 2 | * XX--...... | A075679
19 |!3 | 2 | --X-...... | A000105
20 |!3 | 2 | X-X-...... | A030222
21 | 3 | 2 | -XX-...... | A365995
22 | 3 | 2 | XXX-...... | A365997
23 | 3 | 2 | ---X...... | A365999
24 | 3 | 2 | X--X...... | A366001
25 | 3 | 2 | -X-X...... | A366003
26 | 3 | 2 | XX-X...... | A366005
27 | 3 | 2 | * --XX...... | A365652
28 | 3 | 2 | X-XX...... | A366007
29 | 3 | 2 | -XXX...... | A366009
30 | 3 | 2 | * XXXX...... | A365650
31 | 3 | 3 | * -.-..-.... | A063524
32 | 3 | 3 | * X.-..-.... | A038119
33 | 3 | 3 | * -.X..-.... | A038173
34 | 3 | 3 | * X.X..-.... | A268666
35 | 3 | 3 | * -.-..X.... | A038171
36 | 3 | 3 | * X.-..X.... | A363205
37 | 3 | 3 | * -.X..X.... | A363206
38 | 3 | 3 | * X.X..X.... | A272368
39 |!4 | 1 | * --........ | A063524
40 |!4 | 1 | X-........ | A000012
41 | 4 | 1 | -X........ | A366340
42 | 4 | 1 | * XX........ | A365561
43 |!4 | 2 | * -----..... | A063524
44 |!4 | 2 | X----..... | A000105
45 | 4 | 2 | -X---..... | A366338
46 | 4 | 2 | * XX---..... | A366334
47 |!4 | 2 | --X--..... | A000105
48 |!4 | 2 | X-X--..... | A030222
...
75 |!4 | 3 | * ----.--... | A063524
76 |!4 | 3 | X---.--... | A038119
77 | 4 | 3 | -X--.--... | A366340
78 | 4 | 3 | * XX--.--... | A366336
...
139 | 4 | 4 | * -.-..-...- | A063524
140 | 4 | 4 | * X.-..-...- | A068870
141 | 4 | 4 | * -.X..-...- | A365356
142 | 4 | 4 | * X.X..-...- | A365363
143 | 4 | 4 | * -.-..X...- | A365354
144 | 4 | 4 | * X.-..X...- | A365361
145 | 4 | 4 | * -.X..X...- | A365358
146 | 4 | 4 | * X.X..X...- | A365365
147 | 4 | 4 | * -.-..-...X | A365353
148 | 4 | 4 | * X.-..-...X | A365360
149 | 4 | 4 | * -.X..-...X | A365357
150 | 4 | 4 | * X.X..-...X | A365364
151 | 4 | 4 | * -.-..X...X | A365355
152 | 4 | 4 | * X.-..X...X | A365362
153 | 4 | 4 | * -.X..X...X | A365359
154 | 4 | 4 | * X.X..X...X | A365366
155 |!5 | 1 | * --........ | A063524
156 |!5 | 1 | X-........ | A000012
157 | 5 | 1 | -X........ |
158 | 5 | 1 | * XX........ | A365563

A365995 Number of free polyominoids with n cells, allowing flat corner-connections and right-angled edge-connections.

Original entry on oeis.org

1, 2, 9, 66, 691, 9216, 134325
Offset: 1

Views

Author

Pontus von Brömssen, Sep 26 2023

Keywords

Comments

This sequence and the related sequences A365650-A365655 and A365996-A366010 count polyominoids (A075679) with different rules for how the cells can be connected. In these sequences, connections other than the specified ones are permitted, but the polyominoids must be connected through the specified connections only. The polyominoids counted by this sequence, for example, are allowed to have right-angled corner-connections and flat edge-connections, as long as they are not needed for the polyominoid to be connected. A connection is flat if the two neighboring cells lie in the same plane, otherwise it is right-angled.

Crossrefs

Cf. A365996 (fixed).
21st row of A366766.
The following table lists counting sequences for free, fixed, and one-sided polyominoids with different sets of allowed connections. "|" means flat connections and "L" means right-angled connections.
corner-connections | edge-connections | free | fixed | 1-sided
-------------------+------------------+---------+---------+--------
none | | | A000105 |3*A001168| A000105
none | L | A365654 | A365655 |
none | |L | A075679 | A075678 | A056846
| | none | A000105 |3*A001168| A000105
| | | | A030222 |3*A006770| A030222
| | L | A365995 | A365996 |
| | |L | A365997 | A365998 |
L | none | A365999 | A366000 |
L | | | A366001 | A366002 |
L | L | A366003 | A366004 |
L | |L | A366005 | A366006 |
|L | none | A365652 | A365653 |
|L | | | A366007 | A366008 |
|L | L | A366009 | A366010 |
|L | |L | A365650 | A365651 |

Extensions

a(7) from Pontus von Brömssen, Mar 03 2025

A365366 Number of free 4-dimensional polyhypercubes with n cells, allowing corner-, edge-, face-, and 3-face-connections.

Original entry on oeis.org

1, 4, 30, 835, 43828
Offset: 1

Views

Author

Pontus von Brömssen, Sep 05 2023

Keywords

Crossrefs

Connections |
(0 = corner, 1 = edge, | Polyhypercubes in dimension
2 = face, 3 = 3-face) | 2 3 4
-----------------------+----------------------------
3 | A068870
0 3 | A365360
1 3 | A365361
01 3 | A365362
23 | A365363
0 23 | A365364
123 | A365365
0123 | A365366
*There is a one-to-one correspondence between corner-connected and edge-connected 2-dimensional polyominoes, but see A364928.
154th row of A366766.

A006770 Number of fixed n-celled polyominoes which need only touch at corners.

Original entry on oeis.org

1, 4, 20, 110, 638, 3832, 23592, 147941, 940982, 6053180, 39299408, 257105146, 1692931066, 11208974860, 74570549714, 498174818986, 3340366308393
Offset: 1

Views

Author

Keywords

Comments

Also known as fixed polyplets. - David Bevan, Jul 28 2009

Examples

			a(2)=4: the two fixed dominoes and the two rotations of the polyplet consisting of two cells touching at a vertex. - _David Bevan_, Jul 28 2009
a(3)=20 counts 4 rotations (by 0°, 45°, 90°, 135°) of the straight ... trinomino, and 8 rotations (by multiples of 45°) of the L-shaped .: trinomino and the ..· 3-polyplet, cf. link to the image. - _M. F. Hasler_, Sep 30 2014
		

References

  • D. H. Redelmeier, personal communication.
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Cf. A030222 (free polyplets).
10th row of A366767.

Extensions

One more term from Joseph Myers, Sep 26 2002

A268666 Number of polycubes with n cells, allowing edge connections as well as face connections, identifying mirror images.

Original entry on oeis.org

1, 2, 8, 64, 646, 9364, 151028, 2605148, 46350675
Offset: 1

Views

Author

George Sicherman, Feb 10 2016

Keywords

Examples

			a(2) = 2 because there are two ways to join two cells in the cubic grid at faces or edges.
		

Crossrefs

Cf. A270862 (distinguishing mirror images), A038119, A000162, A030222 (2-dimensional polyplets).
34th row of A366766.

Extensions

a(8)-a(9) from John Mason, Aug 04 2021

A056840 Number of rounded n-celled polyominoes.

Original entry on oeis.org

1, 2, 5, 22, 99, 580, 3557, 23295, 155437, 1057516, 7271980, 50478035, 352901040
Offset: 1

Views

Author

James Sellers, Aug 28 2000

Keywords

Comments

There are n cells, drawn on a square grid, pointwise connected; polyominoes may be rotated by 90 degrees and turned over.
Comments from Joseph Myers, Oct 27 2003. "There is a figure for n=5 (the first term this differs from A030222) on the last Vicher's link. I think the following explains this sequence, but someone should do the computations to verify it (and probably compute counts for "fixed" shapes - orientation matters - and one-sided shapes - at the same time and add those sequences if not present).
"Consider a polyplet (A030222) as made up of n components which are polyominoes, those polyominoes being joined to each other only at corners. Then sever all but n-1 of the diagonal links in such a way that a spanning tree remains. The present sequence counts such spanning trees (where different orientations of the same spanning tree do not count as distinct; note that a single symmetrical polyplet can produce multiple identical spanning trees of lesser symmetry in different orientations, which count as the same).
"Similarly, A056841 appears to count spanning trees of polyominoes (ordinary polyominoes, A000105), where the edges shared by two squares are the edges of the graph for the purposes of forming the spanning tree and A056787 may count spanning trees of polyplets where the graph has edges joining every pair of squares that share an edge or vertex (this definitely needs computations, but it does match the first three terms)."
The difference between this sequence and A030222 is illustrated through a comment and an image in A030222, also linked to here: the figures filled with identical color count as different here, but they represent the same polyplet and are counted only once in A030222. They all arise from adding one more square in three inequivalent positions (touching a corner, one side or two sides) to the (only) 4-polyplet with a hole (depicted here as not having a hole but rather a "bay", delimited to all but one (diagonal) direction). - M. F. Hasler, Sep 29 2014

Crossrefs

Extensions

Edited by N. J. A. Sloane, Jun 21 2001
a(7)-a(13) from John Mason, Apr 12 2023

A365650 Number of free n-polyominoids, allowing both corner- and edge-connections.

Original entry on oeis.org

1, 4, 36, 660, 16687
Offset: 1

Views

Author

Pontus von Brömssen, Sep 17 2023

Keywords

Comments

These structures could be called polypletoids (or pseudo-polyominoids), because they are related to polyplets (polyominoids) as polyominoids (pseudo-polyominoes) are related to polyominoes.

Crossrefs

Cf. A000105 (polyominoes), A030222 (polyplets), A075679 (polyominoids), A365651 (fixed), A365652 (corner-connections only).
30th row of A366766.

A354380 Number of free pseudo-polytans with n cells.

Original entry on oeis.org

1, 10, 91, 1432, 23547, 416177, 7544247, 139666895, 2623895224
Offset: 1

Views

Author

Aaron N. Siegel, May 24 2022

Keywords

Comments

A pseudo-polytan is a planar figure consisting of n isosceles right triangles joined either edge-to-edge or corner-to-corner, in such a way that the short edges of the triangles coincide with edges of the square lattice. Two figures are considered equivalent if they differ only by a rotation or reflection.
The pseudo-polytans are constructed in the same way as ordinary polytans (A006074), but allowing for corner-connections. Thus they generalize polytans in the same way that pseudo-polyominoes (aka polyplets, A030222) generalize ordinary polyominoes (A000105).

Examples

			a(2) = 10, because there are 10 ways of adjoining two isosceles right triangles: 3 distinct edge-to-edge joins (cf. A006074), and 7 distinct corner-to-corner joins.
		

Crossrefs

A354382 Number of free pseudo-polyarcs with n cells.

Original entry on oeis.org

2, 32, 700, 21943, 737164, 25959013, 938559884
Offset: 1

Views

Author

Aaron N. Siegel, May 24 2022

Keywords

Comments

See A057787 for a description of polyarcs. The pseudo-polyarcs are constructed in the same way as ordinary polyarcs, but allowing for corner-connections. Thus they generalize polyarcs in the same way that pseudo-polyominoes (aka polyplets, A030222) generalize ordinary polyominoes (A000105). They can also be viewed as the "rounded" variant of pseudo-polytans (A354380), in the same way that ordinary polyarcs are the rounded variant of ordinary polytans (A006074).
Two figures are considered equivalent if they differ only by a rotation or reflection.
The pseudo-polyarcs grow tremendously fast, much faster than most polyforms. The initial data that have been computed suggest an asymptotic growth rate of at least 36^n.

Examples

			a(10) = 32, because there are 32 ways of adjoining two monarcs: 7 distinct edge-to-edge joins, and 25 distinct corner-to-corner joins (including one double-corner join involving two concave arcs).
		

Crossrefs

A270862 Number of polycubes with n cells, allowing edge connections as well as face connections, distinguishing mirror images.

Original entry on oeis.org

1, 2, 9, 88, 1103, 17570, 295506, 5168034, 92436673
Offset: 1

Views

Author

George Sicherman, Mar 24 2016

Keywords

Examples

			a(3)=9 because there are 8 ways to join 3 cells in the cubic grid at faces or edges, identifying reflections, and one of those 8 has distinct mirror images, which makes 9.
		

References

  • Jørgen Lou, Danish Patent 126840 (27 August 1973).

Crossrefs

Cf. A268666 (identifying mirror images), A000162, A030222 (2-dimensional polyplets).

Extensions

Terms a(8) and a(9) from Joerg Arndt and Márk Péter Légrádi, May 20 2023
Showing 1-10 of 19 results. Next