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.

A359993 Array read by antidiagonals: T(m,n) is the number of connected spanning subgraphs in the grid graph P_m X P_n.

Original entry on oeis.org

1, 1, 1, 1, 5, 1, 1, 23, 23, 1, 1, 105, 431, 105, 1, 1, 479, 7857, 7857, 479, 1, 1, 2185, 142625, 555195, 142625, 2185, 1, 1, 9967, 2587279, 38757695, 38757695, 2587279, 9967, 1, 1, 45465, 46929343, 2698167665, 10286937043, 2698167665, 46929343, 45465, 1
Offset: 1

Views

Author

Andrew Howroyd, Jan 28 2023

Keywords

Comments

Also T(m,n) except when m = n = 0 is the number of connected edge covers in the m X n grid graph.

Examples

			Table starts:
=================================================================
m\n| 1    2       3          4             5                6
---+-------------------------------------------------------------
1  | 1    1       1          1             1                1 ...
2  | 1    5      23        105           479             2185 ...
3  | 1   23     431       7857        142625          2587279 ...
4  | 1  105    7857     555195      38757695       2698167665 ...
5  | 1  479  142625   38757695   10286937043    2711895924889 ...
6  | 1 2185 2587279 2698167665 2711895924889 2692324030864335 ...
   ...
		

Crossrefs

Rows 1..4 are A000012, A107839(n-1), A158453, A359991.
Main diagonal is A359992.
Cf. A116469 (spanning trees), A287151 (connected induced subgraphs), A286912 (edge covers), A359990 (edge cuts), A360194 (spanning forests).

Formula

T(m,n) = T(n,m).

A359989 Number of edge cuts in the n X n grid graph.

Original entry on oeis.org

0, 11, 3665, 16222021, 1089224690733, 1150229180575982641, 19332960184149905415396841, 5191795779341747010730275139276101, 22300392508126626453613075681944644703634073, 1532492114568208344599582951444206568577948454351297761
Offset: 1

Views

Author

Andrew Howroyd, Jan 28 2023

Keywords

Examples

			The a(2) = 11 edge cuts are the following subgraphs and their rotations and reflections. The illustrations show the edge sets that must be removed to disconnect the graph.
    o---o    o---o   o---o   o---o
    |                |       |   |
    o   o    o---o   o---o   o---o
The first two of these show minimal edge cuts.
		

Crossrefs

Main diagonal of A359990.

Formula

a(n) = A053765(n) - A359992(n).

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

Showing 1-3 of 3 results.