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

A088321 Duplicate of A061301.

Original entry on oeis.org

1, 2, 16, 4096, 4294967296, 1208925819614629174706176
Offset: 0

Views

Author

Keywords

A372705 Number of connected spanning subgraphs of the n-dimensional hypercube graph.

Original entry on oeis.org

1, 1, 5, 1083, 1239326145
Offset: 0

Views

Author

Pontus von Brömssen, May 11 2024

Keywords

Comments

a(n)/A061301(n) is the probability that the n-dimensional hypercube graph is still connected after each edge has been independently deleted with probability 1/2.

Crossrefs

A373035 Number of edge subsets E of the n-dimensional hypercube graph such that E contains a path between two given antipodal nodes.

Original entry on oeis.org

1, 1, 7, 2160, 3127853061
Offset: 0

Views

Author

Pontus von Brömssen, May 20 2024

Keywords

Comments

a(n)/A061301(n) is the probability that two given antipodal nodes of the n-dimensional hypercube graph are still connected after each edge has been independently deleted with probability 1/2.

Crossrefs

Main diagonal of A373034.

A373034 Triangle read by rows: T(n,k) is the number of edge subsets E of the n-dimensional hypercube graph such that E contains a path between two given nodes at Hamming distance k, 0 <= k <= n.

Original entry on oeis.org

1, 2, 1, 16, 9, 7, 4096, 2703, 2334, 2160, 4294967296, 3425712321, 3245350248, 3170502909, 3127853061
Offset: 0

Views

Author

Pontus von Brömssen, May 20 2024

Keywords

Comments

T(n,k)/A061301(n) is the probability that two given nodes at Hamming distance k in the n-dimensional hypercube graph are still connected after each edge has been independently deleted with probability 1/2.
The bunkbed conjecture (the version where all edges, including the posts, have the same probability 1/2 of being retained) holds for the n-dimensional hypercube graph if and only if the (n+1)-st row is nonincreasing.

Examples

			Triangle begins:
           1;
           2,          1;
          16,          9,          7;
        4096,       2703,       2334,       2160;
  4294967296, 3425712321, 3245350248, 3170502909, 3127853061;
  ...
		

Crossrefs

Cf. A061301 (first column), A372705, A373035 (main diagonal).

A088322 Number of monotone functions f: 2^X -> 2^X where 2^X is the power set of an n-set X. Here f is monotone means that if A is a subset of B then f(A) is a subset of f(B).

Original entry on oeis.org

1, 3, 36, 8000, 796594176, 25039893834551321901, 230156231509903526722108570920314496786496, 478651764962008689839230538296564128023598629748415103570025502338085999191479922367872
Offset: 0

Views

Author

W. Edwin Clark, Nov 06 2003

Keywords

Comments

Proof of formula by Robert Israel: If f is monotone, then for each x in X the set G(x) = {A in 2^X: x in f(A)} is an upset, i.e. if A is in G(x) and A \subset B then B is in G(x). Conversely, if for each x in X the set G(x) is an upset, then f is monotone. And the family {G(x): x in X} determines f, since f(A) = {x: A is in G(x)}. So the cardinality of the set of monotone set-functions is N(|X|)^|X| where N(|X|) is the cardinality of the set of upsets G of 2^X, or equivalently monotone Boolean functions. That is sequence A000372.
This sequence was motivated by a question by Federico Echenique on sci.math.research.

Crossrefs

Formula

a(n) = A000372(n)^n.

A085806 Permanent of the character table of the elementary abelian group (C_2)^n.

Original entry on oeis.org

0, 8, 384, 50692096, 6829323892021002240
Offset: 1

Views

Author

Yuval Dekel (dekelyuval(AT)hotmail.com), Jul 24 2003

Keywords

Comments

a(n) is also the permanent of the Sylvester Hadamard matrix.

References

  • I. M. Wanless, Permanents, Chapter 43 in Handbook of Linear Algebra (2nd ed.), CRC, (2014).

Crossrefs

Formula

Ryser's formula or Glynn's formula for computing the permanent.

Extensions

a(5) from Ferenc Szollosi and Ian Wanless, Jul 22 2014

A365447 Number of nonempty choice functions on a set of n alternatives.

Original entry on oeis.org

1, 3, 189, 26254935, 392654823152462915625, 28032331438680332717218961936012273854096893310546875
Offset: 1

Views

Author

Dmitry I. Ignatov, Oct 03 2023

Keywords

Comments

Number of choice functions f:2^A\{{}}->2^A\{{}} where A is an n-element set of variants such that f(X) is a nonempty subset of any nonempty X in 2^A (here 2^A denotes the power set of A).

Examples

			a(1) = 1 since 2^{1} = {{}, {1}} and there exists only one function f:2^{1}/{{}}->2^{1}/{{}} satisfying f(X) is a nonempty subset of any nonempty X in 2^A, i.e., f({1})={1}.
		

References

  • F. Aleskerov, D. Bouyssou, and B. Monjardet, Utility, Maximization, Choice and Preference, Springer, 2007, pp. 28-31.

Crossrefs

Programs

  • Mathematica
    a[n_] := Product[(2^k - 1)^Binomial[n, k], {k, 1, n}]; Array[a, 6] (* Amiram Eldar, Oct 03 2023 *)

Formula

a(n) = Product_{k=1..n} (2^k-1)^binomial(n, k).
log_2 a(n) = n*2^(n-1) + O(2^n/sqrt(n)).

A377762 Number of edge cuts in the hypercube graph Q_n.

Original entry on oeis.org

0, 1, 11, 3013, 3055641151
Offset: 0

Views

Author

Eric W. Weisstein, Nov 06 2024

Keywords

Crossrefs

Formula

a(n) = A061301(n)-A372705(n). - Pontus von Brömssen, Nov 06 2024

Extensions

a(4) from Pontus von Brömssen, Nov 06 2024
Showing 1-8 of 8 results.