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-2 of 2 results.

A365139 List of free polycubes in binary code (see comments), ordered first by the number of cells, then by the value of the binary code.

Original entry on oeis.org

1, 3, 7, 19, 15, 23, 39, 43, 51, 54, 1043, 31, 47, 55, 59, 87, 118, 173, 179, 182, 199, 230, 1047, 1075, 1078, 2071, 2075, 2149, 2150, 2164, 2214, 2218, 6182, 1049619, 63, 95, 119, 175, 183, 190, 207, 215, 231, 237, 238, 246, 423, 430, 438, 1055, 1079, 1083
Offset: 1

Views

Author

Pontus von Brömssen, Aug 23 2023

Keywords

Comments

The binary code used here is a straight-forward generalization of the binary code in A246521 to d > 2 dimensions. Order the d-tuples of nonnegative integers, first according to their sum, then colexicographically. (For the purposes of this definition, the result will be the same if we use lexicographic order instead.) Label the d-tuples 0, 1, 2, ... in this order. (For d = 3, this is the ordering of triples given by A144625.) Given a d-dimensional polyomino (represented as a finite set of integer d-tuples), consider all the d!*2^d ways of rotating/reflecting it. Translate each such rotation/reflection so that the minimum coordinate is 0 in each dimension, and add the powers of 2 with exponents equal to the labels of the d-tuples of the translation. The binary code of the polyomino (or any finite set of d-tuples) is the minimum of those sums.
Can be read as an irregular triangle, whose n-th row contains A038119(n) terms.

Examples

			Consider the pentacube consisting of a straight tricube with two monocubes attached to two adjacent faces of its middle cube. The following table shows the first few triples (with their ordinal number in front), with those triples appearing in the orientation of the pentacube that minimizes the binary code marked with an "X":
  0. 000 X
  1. 100 X
  2. 010
  3. 001
  4. 200 X
  5. 110 X
  6. 020
  7. 101 X
  8. 011
  9. 002
Consequently, the binary code of this pentacube is 2^0+2^1+2^4+2^5+2^7 = 179 = a(19).
As an irregular triangle:
  1;
  3;
  7, 19;
  15, 23, 39, 43, 51, 54, 1043;
  ...
		

Crossrefs

Cf. A038119, A144625, A246521 (2 dimensions), A365140 (4 dimensions), A365141 (5 dimensions).

A365141 List of free 5-dimensional polyominoes in binary code (see A365139), ordered first by the number of cells, then by the value of the binary code.

Original entry on oeis.org

1, 3, 7, 67, 15, 71, 135, 139, 195, 198, 2097219, 31, 79, 143, 155, 199, 203, 327, 454, 653, 707, 710, 775, 902, 5127, 2097223, 2097347, 2097350, 4194375, 4194379, 4194693, 4194694, 4194756, 4194950, 4194954, 12583046, 72057594040025155, 63, 95, 159, 187, 207
Offset: 1

Views

Author

Pontus von Brömssen, Aug 23 2023

Keywords

Comments

Can be read as an irregular triangle, whose n-th row contains Sum_{d=0..5} A049430(n,d) terms.

Examples

			As an irregular triangle:
  1;
  3;
  7, 67;
  15, 71, 135, 139, 195, 198, 2097219;
  ...
		

Crossrefs

Cf. A049430, A246521 (2 dimensions), A365139 (3 dimensions), A365140 (4 dimensions).
Showing 1-2 of 2 results.