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.

A333333 Irregular triangle: T(n,k) gives the number of k-polysticks on edges of the n-cube up to isometries of the n-cube, with 0 <= k <= A001787(n).

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 4, 9, 14, 19, 16, 9, 4, 1, 1, 1, 1, 1, 3, 7, 21, 72, 269, 994, 3615, 12337, 38603, 107720, 259990, 526314, 865217, 1139344, 1225762, 1109138, 857376, 574284, 333484, 169023, 73994, 28222, 9138, 2595, 604, 140, 24, 6, 1, 1
Offset: 1

Views

Author

Peter Kagey, Mar 15 2020

Keywords

Comments

This sequence counts edge-induced connected subgraphs of the n-dimensional hypercube graph, up to automorphisms of the hypercube; A369605 counts vertex-induced such graphs. - Pontus von Brömssen, May 12 2025
Row 3 gives the number of polyforms with n cells on the faces of a rhombic dodecahedron up to rotation and reflection. - Peter Kagey, May 19 2025

Examples

			Table begins:
n\k| 0  1  2  3  4   5   6    7    8     9     10     11      12 ...
---+----------------------------------------------------------------
  1| 1, 1;
  2| 1, 1, 1, 1, 1;
  3| 1, 1, 1, 3, 4,  9, 14,  19,  16,    9,     4,     1,      1;
  4| 1, 1, 1, 3, 7, 21, 72, 269, 994, 3615, 12337, 38603, 107720, ...
		

Crossrefs

Formula

T(n,k) = T(n-1,k) for k < n.
T(n,0) = T(n,1) = T(n,2) = T(n,A001787(n)-1) = T(n,A001787(n)) = 1.
A222192(n) = Sum_{k=0..n*2^(n-1)} T(n,k) - Sum_{k=0..(n-1)*2^(n-2)} T(n-1,k) for n >= 2. - Peter Kagey, Jun 19 2023

Extensions

a(31)-a(40) from Pontus von Brömssen, May 12 2025
a(41)-a(53) from Pontus von Brömssen, May 30 2025

A222186 a(n) = number of distinct ways to choose a subset of the n*2^(n-1) edges of the n-cube so that the resulting figure is connected and fully n-dimensional.

Original entry on oeis.org

1, 3, 123, 14632581
Offset: 1

Views

Author

N. J. A. Sloane, Feb 11 2013

Keywords

Comments

"Distinct" means that figures differing by a rotation are not regarded as different.
"Fully n-dimensional" means not lying in a proper subspace.
Suggested by Sol LeWitt's work "Variations of Incomplete Open Cubes," which shows 122 of the 123 figures in the three-dimensional case.

Examples

			For n=2 the three figures are: the four edges of a square, or omit one edge, or omit two adjacent edges.
		

References

  • Peter Schjeldahl, Less is beautiful, The Art World, The New Yorker, March 13, 2000, pp. 98-99.

Crossrefs

Cf. A222192.

Extensions

a(3) confirmed by Andrew Weimholt, Feb 12 2013
a(4) computed by Andrew Weimholt, Feb 13 2013
Showing 1-2 of 2 results.