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

A365140 List of free 4-dimensional polyhypercubes 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, 35, 15, 39, 71, 75, 99, 102, 32803, 31, 47, 79, 91, 103, 107, 167, 230, 333, 355, 358, 391, 454, 2567, 32807, 32867, 32870, 65575, 65579, 65733, 65734, 65764, 65862, 65866, 196678, 34359771171, 63, 95, 111, 123, 175, 231, 335, 343, 349, 359, 366, 371
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 A068870(n) terms.

Examples

			As an irregular triangle:
  1;
  3;
  7, 35;
  15, 39, 71, 75, 99, 102, 32803;
  ...
		

Crossrefs

Cf. A068870, A246521 (2 dimensions), A365139 (3 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).

A365142 List of free polyominoes in arbitrary dimension given by an integer code (see comments), ordered first by the number of cells, then by the value of the code.

Original entry on oeis.org

1, 3, 7, 11, 15, 23, 39, 43, 46, 51, 139, 31, 47, 55, 59, 87, 115, 143, 171, 174, 271, 302, 555, 558, 565, 775, 806, 2063, 2075, 2341, 2342, 2348, 2598, 2610, 24583, 32907, 133158, 63, 95, 119, 123, 159, 175, 187, 287, 303, 399, 430, 559, 567, 574, 615, 619
Offset: 1

Views

Author

Pontus von Brömssen, Aug 25 2023

Keywords

Comments

The code used here is similar to the binary code defined in A365139, but it is based on an ordering of all sequences of nonnegative integers with a finite number of nonzero terms. The ordering is defined by assigning the ordinal number (Product_{i>=1} prime(i)^x_i) - 1 to the sequence (x_1, x_2, ...). Given a polyomino in any dimension (represented as a finite set of sequences of nonnegative integers with a finite number of nonzero terms, each representing a cell of the polyomino), consider all the 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 ordinal numbers of the cells of the translation. The code of the polyomino is the minimum of those sums. The minimum will occur for a transformation for which the largest index of a nonzero coordinate is as small as possible, so only a finite number of transformations need to be considered.
Can be read as an irregular triangle, whose n-th row contains A005519(n) terms. The first term of the n-th row is 2^n-1. For n <= 4, the last term of the n-th row corresponds to the straight n-omino (with code Sum_{j=0..n-1} 2^(2^j-1)), but the last term of the 5th row (133158) corresponds to the x-pentomino, and the last term of the 6th row (576460752840441890) corresponds to the hexacube composed of two straight tricubes orthogonally attached to each other at their middle cubes.

Examples

			For the pentacube consisting of 4 monocubes arranged in a square, and one monocube on top of one of them, the (translated) orientation that minimizes the code occupies the points (0,0,0), (1,0,0), (0,1,0), (0,0,1), and (1,1,0) (with all coordinates after the third equal to 0). The ordinal numbers of these points are 1-1 = 0, 2^1-1 = 1, 3^1-1 = 2, 5^1-1 = 4, and 2^1*3^1-1 = 5, so the code is 2^0+2^1+2^2+2^4+2^5 = 55 = a(14).
As an irregular triangle:
  1;
  3;
  7, 11;
  15, 23, 39, 43, 46, 51, 139;
  ...
		

Crossrefs

Showing 1-3 of 3 results.