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.

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).

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